diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:29:02 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:14:46 +0000 |
commit | f4e2d4f347ed662b461f9cd4e251411da29bdde0 (patch) | |
tree | 4a078ba5c5501b20e8ecf0ad8912d1bcd03ac147 /dev-haskell/crypto-api | |
parent | dev-haskell/criterion-measurement: Stabilize for amd64 (diff) | |
download | gentoo-f4e2d4f347ed662b461f9cd4e251411da29bdde0.tar.gz gentoo-f4e2d4f347ed662b461f9cd4e251411da29bdde0.tar.bz2 gentoo-f4e2d4f347ed662b461f9cd4e251411da29bdde0.zip |
dev-haskell/crypto-api: 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/crypto-api')
-rw-r--r-- | dev-haskell/crypto-api/crypto-api-0.13.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild b/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild index 46382f43b3c8..82cd055afb67 100644 --- a/dev-haskell/crypto-api/crypto-api-0.13.3.ebuild +++ b/dev-haskell/crypto-api/crypto-api-0.13.3.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="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="all-cpolys" RDEPEND=">=dev-haskell/cereal-0.2:=[profile?] |