diff options
author | Sam James <sam@gentoo.org> | 2021-05-10 13:37:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-10 13:39:53 +0100 |
commit | c1a2cda47485f188ebeadd9a6d1a56320af5529d (patch) | |
tree | f8a4848a2eb11f3e5ab2bcd0d085de930513e9fa /dev-ml/bos | |
parent | dev-ml/rresult: Keyword 0.5.0 ppc64, #788406 (diff) | |
download | gentoo-c1a2cda47485f188ebeadd9a6d1a56320af5529d.tar.gz gentoo-c1a2cda47485f188ebeadd9a6d1a56320af5529d.tar.bz2 gentoo-c1a2cda47485f188ebeadd9a6d1a56320af5529d.zip |
dev-ml/bos: Keyword 0.1.6 ppc64, #788406
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/bos')
-rw-r--r-- | dev-ml/bos/bos-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ml/bos/bos-0.1.6.ebuild b/dev-ml/bos/bos-0.1.6.ebuild index e5a1293769c4..d03d5b2e78a0 100644 --- a/dev-ml/bos/bos-0.1.6.ebuild +++ b/dev-ml/bos/bos-0.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://erratique.ch/software/bos/releases/${P}.tbz" LICENSE="ISC" SLOT="0/${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~ppc64" IUSE="test" RESTRICT="!test? ( test )" |