diff options
author | 2004-10-01 23:46:35 +0000 | |
---|---|---|
committer | 2004-10-01 23:46:35 +0000 | |
commit | a6bf06d827e02be2d617c0cb39948b56dc1ebff1 (patch) | |
tree | 26baa182ff89dda118552f32945381cacd8e1ec3 /net-www/qplug | |
parent | S= unneeded. (diff) | |
download | historical-a6bf06d827e02be2d617c0cb39948b56dc1ebff1.tar.gz historical-a6bf06d827e02be2d617c0cb39948b56dc1ebff1.tar.bz2 historical-a6bf06d827e02be2d617c0cb39948b56dc1ebff1.zip |
Added IUSE.
Diffstat (limited to 'net-www/qplug')
-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" |