diff options
author | 2023-03-15 17:40:21 -0600 | |
---|---|---|
committer | 2023-03-17 18:20:31 +0000 | |
commit | 66fd49da35ef1934e88409fe88117f11a416961e (patch) | |
tree | f54a3c75b62cb3c390775efe6e8c4f76fe4e685c /dev-haskell/split | |
parent | dev-haskell/sop-core: Stabilize for amd64 (diff) | |
download | gentoo-66fd49da35ef1934e88409fe88117f11a416961e.tar.gz gentoo-66fd49da35ef1934e88409fe88117f11a416961e.tar.bz2 gentoo-66fd49da35ef1934e88409fe88117f11a416961e.zip |
dev-haskell/split: 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/split')
-rw-r--r-- | dev-haskell/split/split-0.2.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/split/split-0.2.3.4.ebuild b/dev-haskell/split/split-0.2.3.4.ebuild index eb5b78a4dea6..6c4a8a088cdd 100644 --- a/dev-haskell/split/split-0.2.3.4.ebuild +++ b/dev-haskell/split/split-0.2.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="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~ppc-macos" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~ppc-macos" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |