diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-15 18:37:57 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-15 18:37:57 +0000 |
commit | 6134055c0b33fce2e25533e7e1b84a99b3ae60f4 (patch) | |
tree | 957d6b46ecd04e1de09928e758dbdbb1af137c68 /media-gfx/xloadimage/xloadimage-4.1-r4.ebuild | |
parent | Fix some autotools warnings (diff) | |
download | gentoo-2-6134055c0b33fce2e25533e7e1b84a99b3ae60f4.tar.gz gentoo-2-6134055c0b33fce2e25533e7e1b84a99b3ae60f4.tar.bz2 gentoo-2-6134055c0b33fce2e25533e7e1b84a99b3ae60f4.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'media-gfx/xloadimage/xloadimage-4.1-r4.ebuild')
-rw-r--r-- | media-gfx/xloadimage/xloadimage-4.1-r4.ebuild | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild b/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild index f155b3acf273..d03f80006a0b 100644 --- a/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild +++ b/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.17 2007/07/22 04:16:44 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xloadimage/xloadimage-4.1-r4.ebuild,v 1.18 2008/01/15 18:37:57 grobian Exp $ inherit alternatives eutils flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.x.org/R5contrib/${MY_P}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc-macos ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="tiff jpeg png" RDEPEND="x11-libs/libX11 @@ -44,12 +44,6 @@ src_unpack() { # On other systems it's simply unneeded sed -i -e 's,<malloc.h>,<stdlib.h>,' vicar.c - if use userland_Darwin ; then - for f in $(grep zopen * | cut -d':' -f1 | uniq);do - sed -i "s:zopen:zloadimage_zopen:g" $f - done - fi - chmod +x "${S}"/configure } @@ -84,9 +78,9 @@ update_alternatives() { } pkg_postinst() { - use ppc-macos || update_alternatives + update_alternatives } pkg_postrm() { - use ppc-macos || update_alternatives + update_alternatives } |