diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:29 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:44 +0000 |
commit | 0294b4a657e892ba2234cea27b285c977cf21b84 (patch) | |
tree | f6008d453bb48547cf66a7bc8736d12015a912c3 | |
parent | dev-haskell/unliftio: Stabilize for amd64 (diff) | |
download | gentoo-0294b4a657e892ba2234cea27b285c977cf21b84.tar.gz gentoo-0294b4a657e892ba2234cea27b285c977cf21b84.tar.bz2 gentoo-0294b4a657e892ba2234cea27b285c977cf21b84.zip |
dev-haskell/unliftio-core: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild b/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild index 5b8bbd99472c..8a2200b358ea 100644 --- a/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.ebuild +++ b/dev-haskell/unliftio-core/unliftio-core-0.1.2.0.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="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-7.8.2:= |