diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:28:05 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:14:14 +0000 |
commit | f3f1ca73259cc9925b3da04beaa3375474820dbd (patch) | |
tree | fdf67a311b968cd249d30f15021096134cec43a6 /dev-haskell/clock | |
parent | dev-haskell/clientsession: Stabilize for amd64 (diff) | |
download | gentoo-f3f1ca73259cc9925b3da04beaa3375474820dbd.tar.gz gentoo-f3f1ca73259cc9925b3da04beaa3375474820dbd.tar.bz2 gentoo-f3f1ca73259cc9925b3da04beaa3375474820dbd.zip |
dev-haskell/clock: 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/clock')
-rw-r--r-- | dev-haskell/clock/clock-0.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/clock/clock-0.7.2.ebuild b/dev-haskell/clock/clock-0.7.2.ebuild index 151eb843a867..b96ef2d8ce38 100644 --- a/dev-haskell/clock/clock-0.7.2.ebuild +++ b/dev-haskell/clock/clock-0.7.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=8 @@ -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="" RESTRICT=test # circular depend: tasty->clock[test]->tasty |