diff options
author | matoro <matoro@users.noreply.github.com> | 2022-08-23 12:14:15 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-08-28 18:01:26 -0400 |
commit | 6bd0086ec71fc442cab84b1975a6e7fcda868c7b (patch) | |
tree | bf5b983399803f7035374bd05c4fd061946f50ae /dev-util/shelltestrunner | |
parent | net-mail/mailbox-count: keyword 0.0.5 for ~ppc64 (diff) | |
download | gentoo-6bd0086ec71fc442cab84b1975a6e7fcda868c7b.tar.gz gentoo-6bd0086ec71fc442cab84b1975a6e7fcda868c7b.tar.bz2 gentoo-6bd0086ec71fc442cab84b1975a6e7fcda868c7b.zip |
dev-util/shelltestrunner: keyword 1.9 for ~ppc64
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-util/shelltestrunner')
-rw-r--r-- | dev-util/shelltestrunner/shelltestrunner-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild index 08c5a41f64ef..72b8f6338c5c 100644 --- a/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild +++ b/dev-util/shelltestrunner/shelltestrunner-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |