diff options
author | 2023-03-15 17:38:03 -0600 | |
---|---|---|
committer | 2023-03-17 18:19:21 +0000 | |
commit | 1359af5945b84ce4c742b7b3ee74d0aa9e43924c (patch) | |
tree | ab47067aefaaa8caf424e9aeff253101d8cfaaeb /dev-haskell/profunctors | |
parent | dev-haskell/primitive-addr: Stabilize for amd64 (diff) | |
download | gentoo-1359af5945b84ce4c742b7b3ee74d0aa9e43924c.tar.gz gentoo-1359af5945b84ce4c742b7b3ee74d0aa9e43924c.tar.bz2 gentoo-1359af5945b84ce4c742b7b3ee74d0aa9e43924c.zip |
dev-haskell/profunctors: 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/profunctors')
-rw-r--r-- | dev-haskell/profunctors/profunctors-5.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/profunctors/profunctors-5.6.2.ebuild b/dev-haskell/profunctors/profunctors-5.6.2.ebuild index 4d48bd69513d..77e3257b3678 100644 --- a/dev-haskell/profunctors/profunctors-5.6.2.ebuild +++ b/dev-haskell/profunctors/profunctors-5.6.2.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" RDEPEND=">=dev-haskell/base-orphans-0.8.4:=[profile?] <dev-haskell/base-orphans-0.9:=[profile?] >=dev-haskell/bifunctors-5.5.9:=[profile?] <dev-haskell/bifunctors-6:=[profile?] |