diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-18 13:06:37 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-02-18 13:06:37 +0000 |
commit | b90af79af98270e6349cc94e9d41fd14f960d151 (patch) | |
tree | 623a443b2d051671bfc27875b9babbbfac08b69e /media-sound/nted | |
parent | Remove unnecessary httplib2 dep wrt bug #458070. (diff) | |
download | gentoo-2-b90af79af98270e6349cc94e9d41fd14f960d151.tar.gz gentoo-2-b90af79af98270e6349cc94e9d41fd14f960d151.tar.bz2 gentoo-2-b90af79af98270e6349cc94e9d41fd14f960d151.zip |
Add missing eautoreconf to src_prepare, to prevent autotools maintainer mode behaviour, due to patched configure.in
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'media-sound/nted')
-rw-r--r-- | media-sound/nted/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/nted/nted-1.10.18-r2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/nted/ChangeLog b/media-sound/nted/ChangeLog index 048de03cf26a..ab829ee56c0d 100644 --- a/media-sound/nted/ChangeLog +++ b/media-sound/nted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/nted # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.34 2013/02/18 12:58:25 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.35 2013/02/18 13:06:37 pinkbyte Exp $ + + 18 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> nted-1.10.18-r2.ebuild: + Add missing eautoreconf to src_prepare, to prevent autotools maintainer mode + behaviour, due to patched configure.in 18 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> nted-1.10.18-r2.ebuild: Drop -g from CXXFLAGS, wrt bug #458086. Thanks to Agostino Sarubbo for diff --git a/media-sound/nted/nted-1.10.18-r2.ebuild b/media-sound/nted/nted-1.10.18-r2.ebuild index bcd55549a130..d594ff994aa6 100644 --- a/media-sound/nted/nted-1.10.18-r2.ebuild +++ b/media-sound/nted/nted-1.10.18-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r2.ebuild,v 1.3 2013/02/18 12:58:25 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.10.18-r2.ebuild,v 1.4 2013/02/18 13:06:37 pinkbyte Exp $ EAPI=5 -inherit eutils toolchain-funcs +inherit autotools eutils toolchain-funcs DESCRIPTION="WYSIWYG score editor for GTK+" HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml" @@ -38,6 +38,7 @@ src_prepare() { epatch "${FILESDIR}"/${P}-lilypond-tremolo.patch # drop -g from CXXFLAGS, wrt bug #458086 sed -i -e '/CXXFLAGS/s/ -g//' configure.in || die 'sed on configure.in failed' + eautoreconf } src_configure() { |