diff options
-rw-r--r-- | dev-util/kscope/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/kscope/kscope-1.6.1.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-util/kscope/ChangeLog b/dev-util/kscope/ChangeLog index 0b481b1adc27..995e6bb298eb 100644 --- a/dev-util/kscope/ChangeLog +++ b/dev-util/kscope/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/kscope # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.39 2008/02/19 01:32:35 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/ChangeLog,v 1.40 2008/04/21 13:53:47 flameeyes Exp $ + + 21 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> kscope-1.6.1.ebuild: + Make sure to regenerate autotools explicitly or it will fail with autoconf + 2.62 or later. Bug #218209. 19 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kscope-1.5.2.ebuild, -kscope-1.6.0.ebuild: diff --git a/dev-util/kscope/kscope-1.6.1.ebuild b/dev-util/kscope/kscope-1.6.1.ebuild index d19d104c6ccc..d08bfecef664 100644 --- a/dev-util/kscope/kscope-1.6.1.ebuild +++ b/dev-util/kscope/kscope-1.6.1.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/dev-util/kscope/kscope-1.6.1.ebuild,v 1.1 2008/01/11 14:29:10 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/kscope/kscope-1.6.1.ebuild,v 1.2 2008/04/21 13:53:47 flameeyes Exp $ inherit kde @@ -27,6 +27,11 @@ need-kde 3.5 PATCHES="${FILESDIR}/kscope-1.6.1-desktop-entry.diff" +src_unpack() { + kde_src_unpack + rm -f "${S}/configure" +} + src_install() { kde_src_install |