diff options
author | 2023-03-15 17:38:42 -0600 | |
---|---|---|
committer | 2023-03-17 18:19:41 +0000 | |
commit | 9df90012929a89979f08306ee351e2b9a844a48f (patch) | |
tree | 1b2ece034118aaca9843b54bd61ee52f2da07ab2 /dev-haskell/regex-posix | |
parent | dev-haskell/regex-compat: Stabilize for amd64 (diff) | |
download | gentoo-9df90012929a89979f08306ee351e2b9a844a48f.tar.gz gentoo-9df90012929a89979f08306ee351e2b9a844a48f.tar.bz2 gentoo-9df90012929a89979f08306ee351e2b9a844a48f.zip |
dev-haskell/regex-posix: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/regex-posix')
-rw-r--r-- | dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild b/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild index 47906969fcfc..bf7495b397f8 100644 --- a/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.96.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="" RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] |