diff options
Diffstat (limited to 'x11-plugins/wmblob/wmblob-1.0.1.ebuild')
-rw-r--r-- | x11-plugins/wmblob/wmblob-1.0.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-plugins/wmblob/wmblob-1.0.1.ebuild b/x11-plugins/wmblob/wmblob-1.0.1.ebuild index 334b5ed57680..2fa613c96e9f 100644 --- a/x11-plugins/wmblob/wmblob-1.0.1.ebuild +++ b/x11-plugins/wmblob/wmblob-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.1 2004/07/17 22:50:42 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmblob/wmblob-1.0.1.ebuild,v 1.1.1.1 2005/11/30 10:10:43 chriswhite Exp $ inherit eutils @@ -17,13 +17,14 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86 ppc ~sparc" src_unpack() { unpack ${A} cd ${S} - # We patch the ./configure script to make it honour Gentoo CFLAGS - epatch ${FILESDIR}/gentoo-cflags.patch + # We patch the ./configure script to make it honour Gentoo CFLAGS and the + # X11 location + epatch ${FILESDIR}/${PN}-configure-fixes.patch } src_compile() { |