diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-19 06:06:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-19 06:06:29 +0000 |
commit | 660dc3dc09a628268b2228ab343204a2dace8fc4 (patch) | |
tree | 33f05846bc41b7e6f861391998ae9c52e90b5dd1 /x11-libs | |
parent | Version bump (bug #115986). (diff) | |
download | gentoo-2-660dc3dc09a628268b2228ab343204a2dace8fc4.tar.gz gentoo-2-660dc3dc09a628268b2228ab343204a2dace8fc4.tar.bz2 gentoo-2-660dc3dc09a628268b2228ab343204a2dace8fc4.zip |
remove pointless call to preplib
(Portage version: 2.0.53)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.10-r10.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-1.2.10-r11.ebuild | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/x11-libs/gtk+/gtk+-1.2.10-r10.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r10.ebuild index 5a96707a5d00..5bed752dde25 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r10.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r10.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/x11-libs/gtk+/gtk+-1.2.10-r10.ebuild,v 1.19 2005/01/12 22:10:42 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r10.ebuild,v 1.20 2005/12/19 06:06:29 vapier Exp $ GNOME_TARBALL_SUFFIX="gz" inherit gnome.org eutils libtool @@ -58,8 +58,6 @@ src_install() { make install DESTDIR=${D} || die - preplib /usr - dodoc AUTHORS COPYING ChangeLog* HACKING dodoc NEWS* README* TODO docinto docs diff --git a/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild b/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild index 9b708407005e..323359c0d972 100644 --- a/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild +++ b/x11-libs/gtk+/gtk+-1.2.10-r11.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/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild,v 1.20 2005/12/13 20:41:18 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-1.2.10-r11.ebuild,v 1.21 2005/12/19 06:06:29 vapier Exp $ GNOME_TARBALL_SUFFIX="gz" inherit gnome.org eutils libtool toolchain-funcs @@ -36,7 +36,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.2-locale_fix.patch - uclibctoolize + elibtoolize } src_compile() { @@ -61,8 +61,6 @@ src_compile() { src_install() { make install DESTDIR="${D}" || die - preplib /usr - dodoc AUTHORS ChangeLog* HACKING dodoc NEWS* README* TODO docinto docs |