diff options
author | Jason Wever <weeve@gentoo.org> | 2003-10-03 11:10:10 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2003-10-03 11:10:10 +0000 |
commit | 945ec58e2c38557cca8408728f51fc3b801cf362 (patch) | |
tree | a36552acb44c2c57917bed215dfd66353f15125f /x11-plugins | |
parent | added chpax behaviour for proper operation of blackdown under PaX kernels (diff) | |
download | historical-945ec58e2c38557cca8408728f51fc3b801cf362.tar.gz historical-945ec58e2c38557cca8408728f51fc3b801cf362.tar.bz2 historical-945ec58e2c38557cca8408728f51fc3b801cf362.zip |
Added ~sparc keyword.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmix/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmix/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmix/wmix-3.0-r1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmix/ChangeLog b/x11-plugins/wmix/ChangeLog index 4c01b59012e4..5693bff614a7 100644 --- a/x11-plugins/wmix/ChangeLog +++ b/x11-plugins/wmix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmix # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.2 2003/02/12 09:41:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/ChangeLog,v 1.3 2003/10/03 11:10:07 weeve Exp $ + + 03 Oct 2003; Jason Wever <weeve@gentoo.org> wmix-3.0-r1.ebuild: + Added ~sparc keyword. *wmix-3.0-r1 (1 Feb 2002) diff --git a/x11-plugins/wmix/Manifest b/x11-plugins/wmix/Manifest index 0a448e4f06d0..a5c191d3e44e 100644 --- a/x11-plugins/wmix/Manifest +++ b/x11-plugins/wmix/Manifest @@ -1,3 +1,3 @@ -MD5 8f547c550dd33ad6567759759fca5b62 ChangeLog 761 -MD5 cfc2eddb9a8939efb2167565327546c8 wmix-3.0-r1.ebuild 775 +MD5 604bbaff950c246f9256fe03b39d5f94 ChangeLog 851 +MD5 ca79639394e418276843168563a428dd wmix-3.0-r1.ebuild 781 MD5 33d09dd5a94a0caf06b2176afccf4f25 files/digest-wmix-3.0-r1 59 diff --git a/x11-plugins/wmix/wmix-3.0-r1.ebuild b/x11-plugins/wmix/wmix-3.0-r1.ebuild index 32c01c631c8f..6101d875dafb 100644 --- a/x11-plugins/wmix/wmix-3.0-r1.ebuild +++ b/x11-plugins/wmix/wmix-3.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.0-r1.ebuild,v 1.4 2003/02/13 17:29:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmix/wmix-3.0-r1.ebuild,v 1.5 2003/10/03 11:10:07 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="Dockapp mixer for OSS or ALSA" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" DEPEND="virtual/x11" |