diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:27:23 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:13:56 +0000 |
commit | 6851224a59479ef4570b3ab4ef4c23221f583e73 (patch) | |
tree | 13e55b9ec56df4fb4212e8b2d9f3bb2fae4879c4 | |
parent | dev-haskell/bytestring-builder: Stabilize for amd64 (diff) | |
download | gentoo-6851224a59479ef4570b3ab4ef4c23221f583e73.tar.gz gentoo-6851224a59479ef4570b3ab4ef4c23221f583e73.tar.bz2 gentoo-6851224a59479ef4570b3ab4ef4c23221f583e73.zip |
dev-haskell/c2hs: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-haskell/c2hs/c2hs-0.28.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/c2hs/c2hs-0.28.8.ebuild b/dev-haskell/c2hs/c2hs-0.28.8.ebuild index 86ea4046ef96..94da53ad7fe3 100644 --- a/dev-haskell/c2hs/c2hs-0.28.8.ebuild +++ b/dev-haskell/c2hs/c2hs-0.28.8.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="regression" RESTRICT=test # needs unprefixed 'cpp' |