diff options
author | David Holm <dholm@gentoo.org> | 2004-07-01 11:45:05 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-07-01 11:45:05 +0000 |
commit | bc73c88a25a7cdf0b6c5e21a653c903579f7122e (patch) | |
tree | a49ad4065265a1191e3fa7eba81f8ec7df6684e5 /x11-plugins/wmsmixer | |
parent | Added to ~ppc (diff) | |
download | historical-bc73c88a25a7cdf0b6c5e21a653c903579f7122e.tar.gz historical-bc73c88a25a7cdf0b6c5e21a653c903579f7122e.tar.bz2 historical-bc73c88a25a7cdf0b6c5e21a653c903579f7122e.zip |
Added to ~ppc
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 f822090116e1..047fff053eff 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.10 2004/06/30 08:25:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/ChangeLog,v 1.11 2004/07/01 11:45:05 dholm Exp $ *wmsmixer-0.5.1 (30 June 2004) + 01 Jul 2004; David Holm <dholm@gentoo.org> wmsmixer-0.5.1.ebuild: + Added to ~ppc. + 30 Jun 2004; Michele Noberasco <s4t4n@gentoo.org> wmsmixer-0.5.1.ebuild: Version Bump. No longer need for gcc3.diff as the problem was fixed upstream. wmsmixer now installs in /usr/bin/ instead diff --git a/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild b/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild index 7e77eecc63e7..af9ab98bd1d8 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.1 2004/06/30 08:25:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsmixer/wmsmixer-0.5.1.ebuild,v 1.2 2004/07/01 11:45:05 dholm 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" +KEYWORDS="~x86 ~amd64 ~sparc ~ppc" DEPEND="virtual/libc virtual/x11" |