diff options
author | Sam James <sam@gentoo.org> | 2021-10-28 08:27:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-28 08:27:29 +0100 |
commit | 94367773735d5ed5ddc546168078cdd41e623911 (patch) | |
tree | a6bf725aedffc484a87beb534a21b778572da5fa /dev-lang/bff | |
parent | media-libs/codec2: Stabilize 1.0.1 ppc64, #820467 (diff) | |
download | gentoo-94367773735d5ed5ddc546168078cdd41e623911.tar.gz gentoo-94367773735d5ed5ddc546168078cdd41e623911.tar.bz2 gentoo-94367773735d5ed5ddc546168078cdd41e623911.zip |
dev-lang/bff: Stabilize 1.0.7 ppc, #820542
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/bff')
-rw-r--r-- | dev-lang/bff/bff-1.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/bff/bff-1.0.7.ebuild b/dev-lang/bff/bff-1.0.7.ebuild index ea37b7bfc45a..4e193a732135 100644 --- a/dev-lang/bff/bff-1.0.7.ebuild +++ b/dev-lang/bff/bff-1.0.7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/apankrat/bff" SRC_URI="https://github.com/apankrat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~ia64 ~m68k ~ppc ~ppc64 ~s390 x86" +KEYWORDS="amd64 arm ~ia64 ~m68k ppc ~ppc64 ~s390 x86" IUSE="test" RESTRICT="!test? ( test )" |