diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:25:33 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:13:09 +0000 |
commit | 73b6a6697dbd0eb0ccb27880e42be6115b3914d2 (patch) | |
tree | 2be89c37473a6bb2def2387958b8830bff8cf3b4 /dev-haskell/alex | |
parent | dev-haskell/aeson-pretty: Stabilize for amd64 (diff) | |
download | gentoo-73b6a6697dbd0eb0ccb27880e42be6115b3914d2.tar.gz gentoo-73b6a6697dbd0eb0ccb27880e42be6115b3914d2.tar.bz2 gentoo-73b6a6697dbd0eb0ccb27880e42be6115b3914d2.zip |
dev-haskell/alex: 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/alex')
-rw-r--r-- | dev-haskell/alex/alex-3.2.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/alex/alex-3.2.7.1.ebuild b/dev-haskell/alex/alex-3.2.7.1.ebuild index 686c4aec1f03..c8cefbf899a3 100644 --- a/dev-haskell/alex/alex-3.2.7.1.ebuild +++ b/dev-haskell/alex/alex-3.2.7.1.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=8 @@ -15,7 +15,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="doc" RDEPEND=">=dev-lang/ghc-8.4.3:= |