diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:14:40 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-17 13:14:40 +0000 |
commit | 57066c9a5760de9fe0173edc8efb9df3e060dd82 (patch) | |
tree | 1b1bf260a50610d6ed43b9c6c596459d9f02b8e6 /x11-wm/pwm | |
parent | lintool (diff) | |
download | historical-57066c9a5760de9fe0173edc8efb9df3e060dd82.tar.gz historical-57066c9a5760de9fe0173edc8efb9df3e060dd82.tar.bz2 historical-57066c9a5760de9fe0173edc8efb9df3e060dd82.zip |
Added IUSE
Diffstat (limited to 'x11-wm/pwm')
-rw-r--r-- | x11-wm/pwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/pwm/pwm-1.0.20010309.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-wm/pwm/ChangeLog b/x11-wm/pwm/ChangeLog index 7319073db3a4..1cac6abddde6 100644 --- a/x11-wm/pwm/ChangeLog +++ b/x11-wm/pwm/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-wm/pwm # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/ChangeLog,v 1.1 2002/02/01 21:53:39 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/ChangeLog,v 1.2 2002/10/17 13:14:40 aliz Exp $ *pwm-1.0.20010309 (1 Feb 2002) + 17 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> pwm-1.0.20010309.ebuild : + Added IUSE. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/x11-wm/pwm/pwm-1.0.20010309.ebuild b/x11-wm/pwm/pwm-1.0.20010309.ebuild index c781c6b35d2b..00c5d3058dc7 100644 --- a/x11-wm/pwm/pwm-1.0.20010309.ebuild +++ b/x11-wm/pwm/pwm-1.0.20010309.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.6 2002/10/04 06:48:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/pwm/pwm-1.0.20010309.ebuild,v 1.7 2002/10/17 13:14:40 aliz Exp $ NPV=20010309 S=${WORKDIR}/pwm-${NPV} @@ -10,6 +10,7 @@ HOMEPAGE="http://www.students.tut.fi/~tuomov/pwm" LICENSE="Artistic" SLOT="0" KEYWORDS="x86 sparc sparc64" +IUSE="gnome" DEPEND="virtual/x11" |