diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2018-09-25 02:02:12 +0000 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-10-02 22:11:51 -0700 |
commit | bb55399b1b606a35230f8908ebb19a6411c90e9d (patch) | |
tree | 96e1efed4258eb1cb3b23c1d74f06a9e5dee366a /dev-util | |
parent | app-crypt/xca: eapi bump (diff) | |
download | gentoo-bb55399b1b606a35230f8908ebb19a6411c90e9d.tar.gz gentoo-bb55399b1b606a35230f8908ebb19a6411c90e9d.tar.bz2 gentoo-bb55399b1b606a35230f8908ebb19a6411c90e9d.zip |
dev-util/bats: Keyword ~ppc64
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/bats/bats-0.4.0_p20170219.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/bats/bats-0.4.0_p20170219.ebuild b/dev-util/bats/bats-0.4.0_p20170219.ebuild index 8bff3f4e87f1..4851fa2b7d39 100644 --- a/dev-util/bats/bats-0.4.0_p20170219.ebuild +++ b/dev-util/bats/bats-0.4.0_p20170219.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sstephenson/bats/archive/${COMMITHASH}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" S="${WORKDIR}/bats-${COMMITHASH}" |