diff options
author | Kito Danya Dietrich <kito@gentoo.org> | 2005-07-16 03:02:44 +0000 |
---|---|---|
committer | Kito Danya Dietrich <kito@gentoo.org> | 2005-07-16 03:02:44 +0000 |
commit | f90daf9b88f1fd6291d56644938c23e41148f200 (patch) | |
tree | b9bc6af1843b6d8bcebed21edd51058a39bb77ee /app-admin/realpath | |
parent | Removal of dangerous ebuilds (diff) | |
download | historical-f90daf9b88f1fd6291d56644938c23e41148f200.tar.gz historical-f90daf9b88f1fd6291d56644938c23e41148f200.tar.bz2 historical-f90daf9b88f1fd6291d56644938c23e41148f200.zip |
change ppc-macos conditional to userland_Darwin
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-admin/realpath')
-rw-r--r-- | app-admin/realpath/Manifest | 2 | ||||
-rw-r--r-- | app-admin/realpath/realpath-1.9.16.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/realpath/Manifest b/app-admin/realpath/Manifest index 9ff76c9cf6cc..01d6f5bc1ac2 100644 --- a/app-admin/realpath/Manifest +++ b/app-admin/realpath/Manifest @@ -1,7 +1,7 @@ MD5 5b3299ea53b6fac63bf94f6f48dc1ba8 ChangeLog 2082 MD5 90010f08b98a059b92949aa3dddda38a metadata.xml 426 MD5 77b3658d53fbecfa53158666209a50cb realpath-1.9.10.ebuild 964 -MD5 f066fbca37924f7f3cd2415c17f1501f realpath-1.9.16.ebuild 969 +MD5 0616330d160c23d0a5ebe1bd8cb203cb realpath-1.9.16.ebuild 972 MD5 87286ca1bb4f094eb738192d8b79a956 realpath-1.9.3.ebuild 654 MD5 71c6c08064dca9cfc27fb3f8c9292789 files/digest-realpath-1.9.10 62 MD5 afa5ce8cb15a102949a793cac1934ab0 files/digest-realpath-1.9.16 62 diff --git a/app-admin/realpath/realpath-1.9.16.ebuild b/app-admin/realpath/realpath-1.9.16.ebuild index bbe07e826f5e..45e8276f99ce 100644 --- a/app-admin/realpath/realpath-1.9.16.ebuild +++ b/app-admin/realpath/realpath-1.9.16.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/app-admin/realpath/realpath-1.9.16.ebuild,v 1.7 2005/04/08 10:24:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.16.ebuild,v 1.8 2005/07/16 03:02:44 kito Exp $ DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html" @@ -14,7 +14,7 @@ IUSE="" S=${WORKDIR}/dwww-${PV} src_unpack() { - if use ppc-macos; then + if use userland_Darwin; then local dirname="dwww-${PV}" tar xzf ${DISTDIR}/${A} \ ${dirname}/Makefile \ |