diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:43:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:43:47 +0000 |
commit | e34874e0aa5193314c82750a1adee126d6bc1014 (patch) | |
tree | e8304c8df604e545c51358e7fde03a1eb6b5e9e8 /x11-plugins | |
parent | Initial commit, ebuild by idella4 (diff) | |
download | gentoo-2-e34874e0aa5193314c82750a1adee126d6bc1014.tar.gz gentoo-2-e34874e0aa5193314c82750a1adee126d6bc1014.tar.bz2 gentoo-2-e34874e0aa5193314c82750a1adee126d6bc1014.zip |
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/compiz-plugins-extra/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-plugins/compiz-plugins-extra/ChangeLog b/x11-plugins/compiz-plugins-extra/ChangeLog index 4219e9182e23..7b0ec367c446 100644 --- a/x11-plugins/compiz-plugins-extra/ChangeLog +++ b/x11-plugins/compiz-plugins-extra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/compiz-plugins-extra -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.16 2011/03/21 19:47:45 nirbheek Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/ChangeLog,v 1.17 2012/04/25 16:43:47 jlec Exp $ + + 25 Apr 2012; Justin Lecher <jlec@gentoo.org> + compiz-plugins-extra-0.8.6-r1.ebuild: + Drop unnessecary die 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -compiz-plugins-extra-0.8.4-r1.ebuild, diff --git a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild index 4876927cac7e..1da247527006 100644 --- a/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild +++ b/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.5 2011/03/21 19:47:45 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/compiz-plugins-extra/compiz-plugins-extra-0.8.6-r1.ebuild,v 1.6 2012/04/25 16:43:47 jlec Exp $ EAPI="2" @@ -43,7 +43,7 @@ src_prepare() { # required to apply the above patch intltoolize --copy --force || die "intltoolize failed" - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { |