diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-06 16:37:31 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-06 16:37:31 +0000 |
commit | 5a996f45d7db39d727baaa7cb97e068186082c56 (patch) | |
tree | 543c041b991369f3f0c1dde11519f77cf6d9baeb /x11-wm | |
parent | Fix local USE flags (Manifest recommit) (diff) | |
download | gentoo-2-5a996f45d7db39d727baaa7cb97e068186082c56.tar.gz gentoo-2-5a996f45d7db39d727baaa7cb97e068186082c56.tar.bz2 gentoo-2-5a996f45d7db39d727baaa7cb97e068186082c56.zip |
Remove explicit S= and remove NLS from IUSE.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/blackbox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/blackbox/blackbox-0.65.0-r3.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/blackbox/ChangeLog b/x11-wm/blackbox/ChangeLog index 62c18887aff8..6c4a16f0c560 100644 --- a/x11-wm/blackbox/ChangeLog +++ b/x11-wm/blackbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/blackbox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.34 2004/04/27 21:30:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/ChangeLog,v 1.35 2004/05/06 16:37:31 tseng Exp $ + + 06 May 2004; Brandon Hale <tseng@gentoo.org> blackbox-0.65.0-r3.ebuild: + Remove explicit S= and remove NLS from IUSE. 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> blackbox-0.65.0-r3.ebuild: Add inherit eutils diff --git a/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild b/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild index c846b9ba6bf9..b2a8772e38df 100644 --- a/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild +++ b/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild,v 1.9 2004/04/27 21:30:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/blackbox/blackbox-0.65.0-r3.ebuild,v 1.10 2004/05/06 16:37:31 tseng Exp $ -IUSE="nls" +IUSE="" inherit commonbox eutils -S=${WORKDIR}/${P} DESCRIPTION="A small, fast, full-featured window manager for X - with mousewheel patch" SRC_URI="mirror://sourceforge/blackboxwm/${P}.tar.gz" HOMEPAGE="http://blackboxwm.sf.net/" |