diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 07:52:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-02-17 07:52:25 +0000 |
commit | 41a7551fd22d87e04c0f0da37e489123fb1752cb (patch) | |
tree | 1a486cda0382e650f18fd897dd8828dda5e6c000 /x11-plugins/wmcp/wmcp-1.2.8.ebuild | |
parent | header fix; mips and arm need deps first (Manifest recommit) (diff) | |
download | gentoo-2-41a7551fd22d87e04c0f0da37e489123fb1752cb.tar.gz gentoo-2-41a7551fd22d87e04c0f0da37e489123fb1752cb.tar.bz2 gentoo-2-41a7551fd22d87e04c0f0da37e489123fb1752cb.zip |
header fix; arm needs deps first
Diffstat (limited to 'x11-plugins/wmcp/wmcp-1.2.8.ebuild')
-rw-r--r-- | x11-plugins/wmcp/wmcp-1.2.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmcp/wmcp-1.2.8.ebuild b/x11-plugins/wmcp/wmcp-1.2.8.ebuild index 0c1e4a15ce6a..adb5b672aff3 100644 --- a/x11-plugins/wmcp/wmcp-1.2.8.ebuild +++ b/x11-plugins/wmcp/wmcp-1.2.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.5 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcp/wmcp-1.2.8.ebuild,v 1.6 2004/02/17 07:52:25 mr_bones_ Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="http://linux-sea.tucows.webusenet.com/files/x11/dock/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" +KEYWORDS="x86 amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa ~mips" DEPEND="virtual/glibc virtual/x11" |