diff options
author | 2005-10-27 08:44:43 +0000 | |
---|---|---|
committer | 2005-10-27 08:44:43 +0000 | |
commit | 2542e53e54c972a52bf461d7aba917dbc68014c2 (patch) | |
tree | 22e854a48506c5eb45e8778cdd17fe4a7ddf097a /media-gfx/xli/xli-1.17.0-r2.ebuild | |
parent | Marked ppc-macos for bug #108365 (diff) | |
download | gentoo-2-2542e53e54c972a52bf461d7aba917dbc68014c2.tar.gz gentoo-2-2542e53e54c972a52bf461d7aba917dbc68014c2.tar.bz2 gentoo-2-2542e53e54c972a52bf461d7aba917dbc68014c2.zip |
Marked ppc-macos for bug #108365
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'media-gfx/xli/xli-1.17.0-r2.ebuild')
-rw-r--r-- | media-gfx/xli/xli-1.17.0-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/xli/xli-1.17.0-r2.ebuild b/media-gfx/xli/xli-1.17.0-r2.ebuild index 6275bc29b964..0b31a842cae4 100644 --- a/media-gfx/xli/xli-1.17.0-r2.ebuild +++ b/media-gfx/xli/xli-1.17.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0-r2.ebuild,v 1.1 2005/10/26 15:09:15 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/xli/xli-1.17.0-r2.ebuild,v 1.2 2005/10/27 08:44:43 grobian Exp $ inherit alternatives eutils @@ -11,7 +11,7 @@ SRC_URI="http://pantransit.reptiles.org/prog/xli/xli-${SNAPSHOT}.tar.gz" LICENSE="X11" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc-macos ~ppc64 ~sparc ~x86" IUSE="" DEPEND="virtual/x11 @@ -27,7 +27,7 @@ src_unpack() { cd ${S} - if use ppc-macos ; then + if use userland_Darwin ; then for f in $(grep zopen * | cut -d':' -f1 | uniq); do sed -i "s:zopen:xli_zopen:g" $f done |