diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:21 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:42 +0000 |
commit | ddd3a69b183626080d52a0e54d81e0326ab40f90 (patch) | |
tree | b8ce39a5b955f0fde295d4fa241443559e25577f /dev-haskell/unix-compat | |
parent | dev-haskell/uniplate: Stabilize for amd64 (diff) | |
download | gentoo-ddd3a69b183626080d52a0e54d81e0326ab40f90.tar.gz gentoo-ddd3a69b183626080d52a0e54d81e0326ab40f90.tar.bz2 gentoo-ddd3a69b183626080d52a0e54d81e0326ab40f90.zip |
dev-haskell/unix-compat: 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/unix-compat')
-rw-r--r-- | dev-haskell/unix-compat/unix-compat-0.5.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild b/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild index 791e2c88724a..0feef40868dc 100644 --- a/dev-haskell/unix-compat/unix-compat-0.5.2.ebuild +++ b/dev-haskell/unix-compat/unix-compat-0.5.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" IUSE="old-time" RDEPEND=">=dev-lang/ghc-7.4.1:= |