diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:29:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:29:24 +0000 |
commit | edc1a57cae3ac30da82810fecbd89d9739fd873e (patch) | |
tree | 81115c68963ce081b3c11fd490253de269c8f972 /x11-misc/bbconf/bbconf-1.10.ebuild | |
parent | Use the proper platform include directory for jni (for FreeBSD and Linux at l... (diff) | |
download | historical-edc1a57cae3ac30da82810fecbd89d9739fd873e.tar.gz historical-edc1a57cae3ac30da82810fecbd89d9739fd873e.tar.bz2 historical-edc1a57cae3ac30da82810fecbd89d9739fd873e.zip |
Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky (mark_alec) for reporting.
Package-Manager: portage-2.1.2_rc2-r5
Diffstat (limited to 'x11-misc/bbconf/bbconf-1.10.ebuild')
-rw-r--r-- | x11-misc/bbconf/bbconf-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/bbconf/bbconf-1.10.ebuild b/x11-misc/bbconf/bbconf-1.10.ebuild index d19f9c6bee2e..05e0d58dc4e2 100644 --- a/x11-misc/bbconf/bbconf-1.10.ebuild +++ b/x11-misc/bbconf/bbconf-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.8 2006/03/16 13:09:43 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.10.ebuild,v 1.9 2006/12/07 02:23:08 flameeyes Exp $ DESCRIPTION="All-in-one blackbox configuration tool." SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://bbconf.sourceforge.net" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc" +KEYWORDS="ppc sparc x86 ~x86-fbsd" IUSE="" DEPEND="=x11-libs/qt-3*" |