diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-08 21:31:08 +0000 |
commit | 2d7bdcf56161d31816f48832b4ea8302399642a5 (patch) | |
tree | a7a8bef2b961267cbd7fa24a38972b6dfe6dcc3c /x11-misc/bbconf/bbconf-1.6.ebuild | |
parent | Updated both the old and new version of mon with dependency changes; cleaned ... (diff) | |
download | gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.gz gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.tar.bz2 gentoo-2-2d7bdcf56161d31816f48832b4ea8302399642a5.zip |
LICENSE, SLOT and KEYWORDS addings
Diffstat (limited to 'x11-misc/bbconf/bbconf-1.6.ebuild')
-rw-r--r-- | x11-misc/bbconf/bbconf-1.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/bbconf/bbconf-1.6.ebuild b/x11-misc/bbconf/bbconf-1.6.ebuild index 3babcdd73577..bd306ad0a58d 100644 --- a/x11-misc/bbconf/bbconf-1.6.ebuild +++ b/x11-misc/bbconf/bbconf-1.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Grant Goodyear <g2boojum@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.1 2002/07/04 23:14:23 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbconf/bbconf-1.6.ebuild,v 1.2 2002/07/08 21:31:05 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="All-in-one blackbox configuration tool." @@ -10,6 +10,7 @@ HOMEPAGE="http://bbconf.sourceforge.net" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86" DEPEND="virtual/x11 >=x11-libs/qt-3.0.3" |