summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-04-26 09:02:41 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-04-26 09:02:41 +0000
commit7c46c4f3e468abf8cd7e72312e397584c5da9fe3 (patch)
tree4fcbd64604e3b7189177fa5e0b40e73a107d4580 /app-text/sary
parentDrop old revision (diff)
downloadgentoo-2-7c46c4f3e468abf8cd7e72312e397584c5da9fe3.tar.gz
gentoo-2-7c46c4f3e468abf8cd7e72312e397584c5da9fe3.tar.bz2
gentoo-2-7c46c4f3e468abf8cd7e72312e397584c5da9fe3.zip
Automake 1.13 fix
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-text/sary')
-rw-r--r--app-text/sary/ChangeLog6
-rw-r--r--app-text/sary/sary-1.2.0-r1.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/sary/ChangeLog b/app-text/sary/ChangeLog
index e3363033e257..d535aeae804d 100644
--- a/app-text/sary/ChangeLog
+++ b/app-text/sary/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/sary
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sary/ChangeLog,v 1.40 2013/03/30 18:02:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sary/ChangeLog,v 1.41 2013/04/26 09:02:41 patrick Exp $
+
+ 26 Apr 2013; Patrick Lauer <patrick@gentoo.org> sary-1.2.0-r1.ebuild:
+ Automake 1.13 fix
30 Mar 2013; Jeroen Roovers <jer@gentoo.org> -sary-1.2.0.ebuild,
sary-1.2.0-r1.ebuild:
@@ -129,4 +132,3 @@
sary-1.0.5_pre20030426.ebuild:
Initial import. Ebuild submitted by Hattya <hattya@inter7.jp>.
This closes bug #31494.
-
diff --git a/app-text/sary/sary-1.2.0-r1.ebuild b/app-text/sary/sary-1.2.0-r1.ebuild
index 2180058351dd..6f4146634869 100644
--- a/app-text/sary/sary-1.2.0-r1.ebuild
+++ b/app-text/sary/sary-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sary/sary-1.2.0-r1.ebuild,v 1.10 2013/03/30 18:02:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sary/sary-1.2.0-r1.ebuild,v 1.11 2013/04/26 09:02:41 patrick Exp $
EAPI=4
inherit autotools
@@ -21,6 +21,7 @@ DEPEND="${RDEPEND}
src_prepare() {
echo "libsary_la_LIBADD = @GLIB_LIBS@" >> sary/Makefile.am || die
+ sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die
eautoreconf
}
src_configure() {