diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-09-10 20:06:47 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-09-10 20:06:47 +0000 |
commit | bd079047acba905500d66a67fe8e0d020c38fe19 (patch) | |
tree | 344aa0a661a863a6a39c1c01e7bd68f5ed19fb2f /x11-misc/lsw | |
parent | Remove old version (diff) | |
download | gentoo-2-bd079047acba905500d66a67fe8e0d020c38fe19.tar.gz gentoo-2-bd079047acba905500d66a67fe8e0d020c38fe19.tar.bz2 gentoo-2-bd079047acba905500d66a67fe8e0d020c38fe19.zip |
amd64 stable
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'x11-misc/lsw')
-rw-r--r-- | x11-misc/lsw/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/lsw/lsw-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/lsw/ChangeLog b/x11-misc/lsw/ChangeLog index 2887271aa3cb..0622f400aa3a 100644 --- a/x11-misc/lsw/ChangeLog +++ b/x11-misc/lsw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/lsw # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.1 2008/05/31 22:40:25 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.2 2008/09/10 20:06:47 coldwind Exp $ + + 10 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> lsw-0.1.ebuild: + amd64 stable *lsw-0.1 (31 May 2008) diff --git a/x11-misc/lsw/lsw-0.1.ebuild b/x11-misc/lsw/lsw-0.1.ebuild index 2327512573f6..47ee52e9ba95 100644 --- a/x11-misc/lsw/lsw-0.1.ebuild +++ b/x11-misc/lsw/lsw-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.1.ebuild,v 1.1 2008/05/31 22:40:25 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.1.ebuild,v 1.2 2008/09/10 20:06:47 coldwind Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://suckless.org/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="x11-libs/libX11" |