diff options
author | Markus Meier <maekke@gentoo.org> | 2008-03-16 20:56:02 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-03-16 20:56:02 +0000 |
commit | 442bc60258e9c1c120cb476cc65881f1e8125fc3 (patch) | |
tree | ce787e04f64588a84d56c93d18b9a6a267800c4c /media-gfx/graphviz | |
parent | version bump (reported in bug #213609), this should also fix the libtool-2.2 ... (diff) | |
download | gentoo-2-442bc60258e9c1c120cb476cc65881f1e8125fc3.tar.gz gentoo-2-442bc60258e9c1c120cb476cc65881f1e8125fc3.tar.bz2 gentoo-2-442bc60258e9c1c120cb476cc65881f1e8125fc3.zip |
don't trust the cp...
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.18.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index cec1e47c3e2e..acbf52189314 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphviz # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.146 2008/03/16 20:50:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.147 2008/03/16 20:56:02 maekke Exp $ + + 16 Mar 2008; Markus Meier <maekke@gentoo.org> graphviz-2.18.ebuild: + don't trust the cp... *graphviz-2.18 (16 Mar 2008) diff --git a/media-gfx/graphviz/graphviz-2.18.ebuild b/media-gfx/graphviz/graphviz-2.18.ebuild index e70236efe0ca..8dd375ed9997 100644 --- a/media-gfx/graphviz/graphviz-2.18.ebuild +++ b/media-gfx/graphviz/graphviz-2.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.18.ebuild,v 1.1 2008/03/16 20:50:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.18.ebuild,v 1.2 2008/03/16 20:56:02 maekke Exp $ WANT_AUTOCONF=latest WANT_AUTOMAKE=latest @@ -132,9 +132,9 @@ src_unpack() { # Update this file from our local libtool which is much newer than the # bundled one. This allows MAKEOPTS=-j2 to work on FreeBSD. if has_version ">=sys-devel/libtool-2" ; then - cp /usr/share/libtool/config/install-sh config + cp /usr/share/libtool/config/install-sh config || die else - cp /usr/share/libtool/install-sh config + cp /usr/share/libtool/install-sh config || die fi # no nls, no gettext, no iconv macro, so disable it |