diff options
author | 2004-02-17 07:52:25 +0000 | |
---|---|---|
committer | 2004-02-17 07:52:25 +0000 | |
commit | 05a3e81ba86695f46c4b898e3359c833aaffaa73 (patch) | |
tree | 7a276bd5127e7644a466009361c5adc037f4c608 /x11-plugins/wmcp/wmcp-1.2.8.ebuild | |
parent | header fix; mips and arm need deps first (diff) | |
download | historical-05a3e81ba86695f46c4b898e3359c833aaffaa73.tar.gz historical-05a3e81ba86695f46c4b898e3359c833aaffaa73.tar.bz2 historical-05a3e81ba86695f46c4b898e3359c833aaffaa73.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" |