diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:42:12 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:21:18 +0000 |
commit | fe01861ee10c43dcf1142b3eef01b4d9a2909dab (patch) | |
tree | 71e380d4b79401e337c8e4e4f992c334a0202527 /dev-haskell/tf-random | |
parent | dev-haskell/text-show: Stabilize for amd64 (diff) | |
download | gentoo-fe01861ee10c43dcf1142b3eef01b4d9a2909dab.tar.gz gentoo-fe01861ee10c43dcf1142b3eef01b4d9a2909dab.tar.bz2 gentoo-fe01861ee10c43dcf1142b3eef01b4d9a2909dab.zip |
dev-haskell/tf-random: 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/tf-random')
-rw-r--r-- | dev-haskell/tf-random/tf-random-0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/tf-random/tf-random-0.5.ebuild b/dev-haskell/tf-random/tf-random-0.5.ebuild index d84e96d6c8ab..2ce19ce67c44 100644 --- a/dev-haskell/tf-random/tf-random-0.5.ebuild +++ b/dev-haskell/tf-random/tf-random-0.5.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="" RDEPEND=">=dev-haskell/primitive-0.3:=[profile?] |