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/cmocka | |
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/cmocka')
-rw-r--r-- | dev-util/cmocka/cmocka-1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cmocka/cmocka-1.1.5.ebuild b/dev-util/cmocka/cmocka-1.1.5.ebuild index d547545d0bc9..9fac25f3f3b1 100644 --- a/dev-util/cmocka/cmocka-1.1.5.ebuild +++ b/dev-util/cmocka/cmocka-1.1.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://cmocka.org/files/1.1/${P}.tar.xz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs test" BDEPEND=" |