diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-10-01 23:46:35 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-10-01 23:46:35 +0000 |
commit | f8f84ed86a104c846f6d2f481fcf43793b254b27 (patch) | |
tree | 3bc762c1e828e18a12c3518913d460de0da88ef5 /net-www | |
parent | S= unneeded. (Manifest recommit) (diff) | |
download | gentoo-2-f8f84ed86a104c846f6d2f481fcf43793b254b27.tar.gz gentoo-2-f8f84ed86a104c846f6d2f481fcf43793b254b27.tar.bz2 gentoo-2-f8f84ed86a104c846f6d2f481fcf43793b254b27.zip |
Added IUSE.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/qplug/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/qplug/qplug-0.4.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-www/qplug/ChangeLog b/net-www/qplug/ChangeLog index be7b71180d03..6bbd6203a713 100644 --- a/net-www/qplug/ChangeLog +++ b/net-www/qplug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/qplug # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/qplug/ChangeLog,v 1.2 2004/06/25 01:10:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/qplug/ChangeLog,v 1.3 2004/10/01 23:46:35 pyrania Exp $ + + 02 Oct 2004; Markus Nigbur <pyrania@gentoo.org> qplug-0.4.1.ebuild: + Added IUSE. *qplug-0.4.1 (03 Aug 2003) diff --git a/net-www/qplug/qplug-0.4.1.ebuild b/net-www/qplug/qplug-0.4.1.ebuild index aa22dad783b4..cf7761bd4989 100644 --- a/net-www/qplug/qplug-0.4.1.ebuild +++ b/net-www/qplug/qplug-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/qplug/qplug-0.4.1.ebuild,v 1.2 2004/06/25 01:10:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/qplug/qplug-0.4.1.ebuild,v 1.3 2004/10/01 23:46:35 pyrania Exp $ inherit nsplugins @@ -11,6 +11,7 @@ SRC_URI="http://www.linuxquake.com/qplug/${P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/x11" |