diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:40:19 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:20:30 +0000 |
commit | 9b590d25dcbfcd5588b42c9c6d907a4956612ae7 (patch) | |
tree | 62d439097f596ba28aa74502067f0cb5c220e816 /dev-haskell/sop-core | |
parent | dev-haskell/socks: Stabilize for amd64 (diff) | |
download | gentoo-9b590d25dcbfcd5588b42c9c6d907a4956612ae7.tar.gz gentoo-9b590d25dcbfcd5588b42c9c6d907a4956612ae7.tar.bz2 gentoo-9b590d25dcbfcd5588b42c9c6d907a4956612ae7.zip |
dev-haskell/sop-core: 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/sop-core')
-rw-r--r-- | dev-haskell/sop-core/sop-core-0.5.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild b/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild index 6bd5f1dd8406..f75f79c6f412 100644 --- a/dev-haskell/sop-core/sop-core-0.5.0.2.ebuild +++ b/dev-haskell/sop-core/sop-core-0.5.0.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=8 @@ -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-lang/ghc-8.4.3:= " |