diff options
author | 2003-06-09 16:19:53 +0000 | |
---|---|---|
committer | 2003-06-09 16:19:53 +0000 | |
commit | 94b712814b69d70787b47d4fea90c8f11c742312 (patch) | |
tree | f52445b0e0b83e62764e84183a46647c4e2b9373 /net-www | |
parent | ~ppc (diff) | |
download | gentoo-2-94b712814b69d70787b47d4fea90c8f11c742312.tar.gz gentoo-2-94b712814b69d70787b47d4fea90c8f11c742312.tar.bz2 gentoo-2-94b712814b69d70787b47d4fea90c8f11c742312.zip |
*** empty log message ***
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/epiphany/Manifest | 2 | ||||
-rw-r--r-- | net-www/epiphany/epiphany-0.7.0.ebuild | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-www/epiphany/Manifest b/net-www/epiphany/Manifest index 1c4d96ecbfbb..ca29ac4b7817 100644 --- a/net-www/epiphany/Manifest +++ b/net-www/epiphany/Manifest @@ -1,5 +1,5 @@ MD5 12d54637162b98f72bff1c2fd8c4a92a ChangeLog 953 -MD5 24c2bebc199182859441b2b0a2eb3114 epiphany-0.7.0.ebuild 1222 +MD5 5309c7316344cd577b60718a902c522a epiphany-0.7.0.ebuild 1218 MD5 1dc4ce81786cfd36fab6ca96775e769a epiphany-0.6.1.ebuild 1088 MD5 8b7e0d5dbefcdc3398812d365dfcfb8a files/digest-epiphany-0.7.0 68 MD5 e9b02b08287ab6b521a54faaa0074207 files/ppc_va_list.patch 552 diff --git a/net-www/epiphany/epiphany-0.7.0.ebuild b/net-www/epiphany/epiphany-0.7.0.ebuild index dc039c38e713..e87825f27013 100644 --- a/net-www/epiphany/epiphany-0.7.0.ebuild +++ b/net-www/epiphany/epiphany-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-0.7.0.ebuild,v 1.3 2003/06/09 16:18:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/epiphany/epiphany-0.7.0.ebuild,v 1.4 2003/06/09 16:19:25 lu_zero Exp $ inherit gnome2 debug @@ -32,11 +32,11 @@ DEPEND="${RDEPEND} DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README TODO" src_unpack () { - unpack ${A} - cd ${S} - if [ "${ARCH}" = "ppc" ] ; then + unpack ${A} + cd ${S} + if [ "${ARCH}" = "ppc" ] ; then epatch ${FILESDIR}/ppc_va_list.patch - fi + fi } pkg_setup () { |