diff options
author | 2022-07-12 17:22:16 -0400 | |
---|---|---|
committer | 2022-07-22 22:15:58 +0000 | |
commit | a946f7e56bc9693bbc711ec4a4473bdc82de24ea (patch) | |
tree | 0304332a95a45bead404a0c6f485ffa6d669d7b2 /dev-haskell/unix-time | |
parent | dev-haskell/unix-compat: keyword 0.5.2 for ~ppc64 (diff) | |
download | gentoo-a946f7e56bc9693bbc711ec4a4473bdc82de24ea.tar.gz gentoo-a946f7e56bc9693bbc711ec4a4473bdc82de24ea.tar.bz2 gentoo-a946f7e56bc9693bbc711ec4a4473bdc82de24ea.zip |
dev-haskell/unix-time: keyword 0.4.7 for ~ppc64
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/unix-time')
-rw-r--r-- | dev-haskell/unix-time/unix-time-0.4.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/unix-time/unix-time-0.4.7.ebuild b/dev-haskell/unix-time/unix-time-0.4.7.ebuild index d5efb0ce3590..450054957f8b 100644 --- a/dev-haskell/unix-time/unix-time-0.4.7.ebuild +++ b/dev-haskell/unix-time/unix-time-0.4.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 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 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" RESTRICT=test # QuickCheck finds counterxamples: |