diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:23:08 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-12-07 02:23:08 +0000 |
commit | 0873d7bbfe0c9bc645e071c917862c1aa2259f01 (patch) | |
tree | 1687278d60980bc0060bdce859317ed39771cee4 /x11-misc/bbconf | |
parent | Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky (mark_alec)... (diff) | |
download | gentoo-2-0873d7bbfe0c9bc645e071c917862c1aa2259f01.tar.gz gentoo-2-0873d7bbfe0c9bc645e071c917862c1aa2259f01.tar.bz2 gentoo-2-0873d7bbfe0c9bc645e071c917862c1aa2259f01.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/bbconf')
-rw-r--r-- | x11-misc/bbconf/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bbconf/bbconf-1.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/bbconf/ChangeLog b/x11-misc/bbconf/ChangeLog index b7286cc49719..2e61e067f236 100644 --- a/x11-misc/bbconf/ChangeLog +++ b/x11-misc/bbconf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bbconf # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.16 2006/03/16 13:09:43 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/ChangeLog,v 1.17 2006/12/07 02:23:08 flameeyes Exp $ + + 07 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> bbconf-1.10.ebuild: + Add ~x86-fbsd keyword as per bug #156873. Thanks to Mark Kowarsky + (mark_alec) for reporting. 16 Mar 2006; Caleb Tennis <caleb@gentoo.org> bbconf-1.10.ebuild: remove x dep, as Qt pulls it in 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*" |