diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-08 10:14:12 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-08 10:14:12 +0000 |
commit | a64cd165ff0eb6ff72fb15c410cdabe0efb80402 (patch) | |
tree | 20d21d1667998637c2a627ac566e596469754698 /x11-plugins/wmsmixer | |
parent | -amd64 -sparc (diff) | |
download | historical-a64cd165ff0eb6ff72fb15c410cdabe0efb80402.tar.gz historical-a64cd165ff0eb6ff72fb15c410cdabe0efb80402.tar.bz2 historical-a64cd165ff0eb6ff72fb15c410cdabe0efb80402.zip |
x11-plugins/wmsmixer-0.5.1 stable on x86.
Diffstat (limited to 'x11-plugins/wmsmixer')
-rw-r--r-- | x11-plugins/wmsmixer/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmsmixer/ChangeLog b/x11-plugins/wmsmixer/ChangeLog index 3f9567638a0b..1d94a60a3eab 100644 --- a/x11-plugins/wmsmixer/ChangeLog +++ b/x11-plugins/wmsmixer/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for x11-plugins/wmsmixer # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.12 2004/07/07 03:57:07 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.13 2004/07/08 10:14:12 s4t4n Exp $ *wmsmixer-0.5.1 (30 June 2004) + 08 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmsmixer-0.5.1.ebuild: + Stable for x86. The -m32 removal works fine for me... + 06 Jul 2004; <augustus@gentoo.org> wmsmixer-0.5.1.ebuild: I don't know why -m32 was defined but it was not needed and broke amd64 support. Please comment if this breaks anyone else's arch. diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild index 9af927728c20..d6e7a2f872af 100644 --- a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild +++ b/x11-plugins/wmsmixer/wmsmixer-0.5.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/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild,v 1.3 2004/07/07 03:57:07 augustus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild,v 1.4 2004/07/08 10:14:12 s4t4n Exp $ inherit eutils IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://www.hibernaculum.net/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~sparc ~ppc" +KEYWORDS="x86 ~amd64 ~sparc ~ppc" DEPEND="virtual/libc virtual/x11" |