diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:20:52 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:20:52 +0000 |
commit | 6954f9ae08b6d2243dd0540ea906bc6d2043ce3d (patch) | |
tree | cb3fe0b01e65ae96d6b97f60389964ae738f275e /x11-misc/bbappconf/bbappconf-0.0.2.ebuild | |
parent | Pruned old versions with new versions with same or better keywords. (diff) | |
download | gentoo-2-6954f9ae08b6d2243dd0540ea906bc6d2043ce3d.tar.gz gentoo-2-6954f9ae08b6d2243dd0540ea906bc6d2043ce3d.tar.bz2 gentoo-2-6954f9ae08b6d2243dd0540ea906bc6d2043ce3d.zip |
Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky (mark_alec) for reporting.
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'x11-misc/bbappconf/bbappconf-0.0.2.ebuild')
-rw-r--r-- | x11-misc/bbappconf/bbappconf-0.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild index f1d858da471d..6ac3fcf1bf1e 100644 --- a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild +++ b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.7 2005/01/19 15:34:25 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.8 2006/12/07 02:20:52 flameeyes Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 sparc ppc" +KEYWORDS="ppc sparc x86 ~x86-fbsd" IUSE="debug" DEPEND="virtual/blackbox" |