diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-02 09:07:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-02 09:31:00 +0100 |
commit | 636fcb01b48ebf501afd3757080fe0911c5326cc (patch) | |
tree | cef0961ab4bba251fdcd7a6070ea46cfc80f4800 /dev-libs/boehm-gc | |
parent | dev-tcltk/tcllib: Keyword ~amd64-fbsd (diff) | |
download | gentoo-636fcb01b48ebf501afd3757080fe0911c5326cc.tar.gz gentoo-636fcb01b48ebf501afd3757080fe0911c5326cc.tar.bz2 gentoo-636fcb01b48ebf501afd3757080fe0911c5326cc.zip |
dev-libs/boehm-gc: Tested on ~amd64-fbsd
Diffstat (limited to 'dev-libs/boehm-gc')
-rw-r--r-- | dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild index 138b14036e50..f83e8ff8d30c 100644 --- a/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild +++ b/dev-libs/boehm-gc/boehm-gc-7.6.4.ebuild @@ -15,7 +15,7 @@ LICENSE="boehm-gc" # SONAME: libgc.so.1 libgccpp.so.1 # We've been using subslot 0 for these instead of "1.1". SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="cxx static-libs threads" DEPEND=" |