diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-12-06 21:14:45 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-12-06 21:14:45 +0000 |
commit | a9b874a5951852696d317bc511a50ef4e1378dcd (patch) | |
tree | 24fd710d2eb4b502b2812bf1f9cd11461ca2273c /x11-misc | |
parent | Fix for bug #114428 (diff) | |
download | gentoo-2-a9b874a5951852696d317bc511a50ef4e1378dcd.tar.gz gentoo-2-a9b874a5951852696d317bc511a50ef4e1378dcd.tar.bz2 gentoo-2-a9b874a5951852696d317bc511a50ef4e1378dcd.zip |
Stable on amd64. Bug #114363.
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog index 009ecd468fc2..7481b8b1c980 100644 --- a/x11-misc/wmakerconf/ChangeLog +++ b/x11-misc/wmakerconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wmakerconf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.27 2005/12/06 17:58:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.28 2005/12/06 21:14:45 metalgod Exp $ + + 06 Dec 2005; Luis Medinas <metalgod@gentoo.org> wmakerconf-2.11.ebuild: + Stable on amd64. Bug #114363. 06 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org> wmakerconf-2.11.ebuild: diff --git a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild index ea8b0627af29..fb7236bc3612 100644 --- a/x11-misc/wmakerconf/wmakerconf-2.11.ebuild +++ b/x11-misc/wmakerconf/wmakerconf-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.6 2005/12/06 17:58:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.11.ebuild,v 1.7 2005/12/06 21:14:45 metalgod Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.starplot.org/wmakerconf/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc sparc x86" +KEYWORDS="amd64 ~ppc sparc x86" IUSE="nls imlib perl" |