diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-10-11 17:35:10 +0200 |
commit | f374952d39e546dd87c0bc147c90e143c38cc80a (patch) | |
tree | f4777db64925a1f1427f79a1cab05fec54981b3b /dev-util/cram | |
parent | dev-texlive: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.gz gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.tar.bz2 gentoo-f374952d39e546dd87c0bc147c90e143c38cc80a.zip |
dev-util: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/cram')
-rw-r--r-- | dev-util/cram/cram-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cram/cram-0.7.ebuild b/dev-util/cram/cram-0.7.ebuild index 80888de3e6c4..668951c86188 100644 --- a/dev-util/cram/cram-0.7.ebuild +++ b/dev-util/cram/cram-0.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 x86" python_test() { distutils_install_for_testing |