diff options
author | 2019-10-11 17:34:24 +0200 | |
---|---|---|
committer | 2019-10-11 17:34:24 +0200 | |
commit | 49ebab7dbbd9328e00caacacd24f8a9d9faa64ef (patch) | |
tree | d43b4480eaa9651617715b7f20c440351e3d0737 /dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild | |
parent | dev-lang: Remove *-fbsd KEYWORDS (diff) | |
download | gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.tar.gz gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.tar.bz2 gentoo-49ebab7dbbd9328e00caacacd24f8a9d9faa64ef.zip |
dev-libs: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild index 4590fc50aa6c..8c427e5ca7b3 100644 --- a/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.5.2-r7.ebuild @@ -10,7 +10,7 @@ SRC_URI="http://dmalloc.com/releases/${P}.tgz" LICENSE="CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="static-libs threads" DEPEND="sys-apps/texinfo" |