diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-04-30 22:16:17 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-04-30 22:16:17 +0000 |
commit | 07ffdf7ea412a5a5d3671033905ac67789c1b642 (patch) | |
tree | 3a8d37e1aadcca6ebd8f0134b4429bb32d671ccf | |
parent | PPC stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-07ffdf7ea412a5a5d3671033905ac67789c1b642.tar.gz gentoo-2-07ffdf7ea412a5a5d3671033905ac67789c1b642.tar.bz2 gentoo-2-07ffdf7ea412a5a5d3671033905ac67789c1b642.zip |
Made PowerPC compatible
-rw-r--r-- | x11-plugins/wmbinclock/wmbinclock-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild b/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild index dd7240645e04..fc12953949be 100644 --- a/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild +++ b/x11-plugins/wmbinclock/wmbinclock-0.1.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/wmbinclock/wmbinclock-0.1.ebuild,v 1.5 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbinclock/wmbinclock-0.1.ebuild,v 1.6 2004/04/30 22:16:17 pvdabeel Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://www.inxsoft.net/wmbinclock/${P}.tar.gz" SLOT="0" LICENSE="freedist" -KEYWORDS="~x86 amd64" +KEYWORDS="~x86 amd64 ppc" DEPEND="virtual/x11" RDEPEND="${DEPEND}" |