diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:43:19 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:41 +0000 |
commit | a7d48d24993a92e4246dace405a79c342ec40a47 (patch) | |
tree | 8ec54e63ef61e8fb856991ede843d2bbd94a1b54 /dev-haskell | |
parent | dev-haskell/unicode-transforms: Stabilize for amd64 (diff) | |
download | gentoo-a7d48d24993a92e4246dace405a79c342ec40a47.tar.gz gentoo-a7d48d24993a92e4246dace405a79c342ec40a47.tar.bz2 gentoo-a7d48d24993a92e4246dace405a79c342ec40a47.zip |
dev-haskell/uniplate: 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')
-rw-r--r-- | dev-haskell/uniplate/uniplate-1.6.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/uniplate/uniplate-1.6.13.ebuild b/dev-haskell/uniplate/uniplate-1.6.13.ebuild index 5faa74139326..085e193d9d18 100644 --- a/dev-haskell/uniplate/uniplate-1.6.13.ebuild +++ b/dev-haskell/uniplate/uniplate-1.6.13.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 @@ -15,7 +15,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="" RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] |