diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-05-11 17:28:46 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-05-11 17:28:46 +0000 |
commit | bf5891e08f04c4b32faeda6fe3bc837b6744c2b7 (patch) | |
tree | 8c9e5ee164dc563445b4f0edf19dacddf8b13ebb /dev-lang/icon/icon-9.4.3-r2.ebuild | |
parent | Stable on hppa. (diff) | |
download | historical-bf5891e08f04c4b32faeda6fe3bc837b6744c2b7.tar.gz historical-bf5891e08f04c4b32faeda6fe3bc837b6744c2b7.tar.bz2 historical-bf5891e08f04c4b32faeda6fe3bc837b6744c2b7.zip |
Changed config name to macintosh as upstream seems to have changed it into that, thanks to Cheyenne Wills in bug #131271
Package-Manager: portage-2.1_pre10-r5
Diffstat (limited to 'dev-lang/icon/icon-9.4.3-r2.ebuild')
-rw-r--r-- | dev-lang/icon/icon-9.4.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/icon/icon-9.4.3-r2.ebuild b/dev-lang/icon/icon-9.4.3-r2.ebuild index 0fdff3892725..33d3b09a4b56 100644 --- a/dev-lang/icon/icon-9.4.3-r2.ebuild +++ b/dev-lang/icon/icon-9.4.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.4.3-r2.ebuild,v 1.3 2006/04/15 23:03:36 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/icon/icon-9.4.3-r2.ebuild,v 1.4 2006/05/11 17:28:46 grobian Exp $ inherit eutils @@ -43,7 +43,7 @@ src_compile() { # available local mytarget; if use ppc-macos; then - mytarget="ppc_macos" + mytarget="macintosh" else mytarget="linux" fi |