diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:28:36 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:14:32 +0000 |
commit | 363adbe25398a3e0060a91a3b70205258bcad797 (patch) | |
tree | 2c5b1bd48bf3a594879fcfb13ac50b39d165e449 /dev-haskell/conduit-extra | |
parent | dev-haskell/conduit-combinators: Stabilize for amd64 (diff) | |
download | gentoo-363adbe25398a3e0060a91a3b70205258bcad797.tar.gz gentoo-363adbe25398a3e0060a91a3b70205258bcad797.tar.bz2 gentoo-363adbe25398a3e0060a91a3b70205258bcad797.zip |
dev-haskell/conduit-extra: 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/conduit-extra')
-rw-r--r-- | dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild b/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild index 44e99e5eea57..1424b94f4ed9 100644 --- a/dev-haskell/conduit-extra/conduit-extra-1.3.4.ebuild +++ b/dev-haskell/conduit-extra/conduit-extra-1.3.4.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 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RESTRICT=test # requires network |