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 | 8c7be2889c9e6d0508c53dee65287bff15f63ace (patch) | |
tree | 7e3acebde329b61cc0d464c043193f7434c42ed5 /app-admin/realpath | |
parent | Removal of dangerous ebuilds (diff) | |
download | gentoo-2-8c7be2889c9e6d0508c53dee65287bff15f63ace.tar.gz gentoo-2-8c7be2889c9e6d0508c53dee65287bff15f63ace.tar.bz2 gentoo-2-8c7be2889c9e6d0508c53dee65287bff15f63ace.zip |
change ppc-macos conditional to userland_Darwin
(Portage version: 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..0d1b74d9729a 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 d430e6779fd6af52aa782b41db78a8f9 realpath-1.9.16.ebuild 975 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 \ |