diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-05-04 05:26:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-05-04 05:26:51 +0000 |
commit | 9ed108a153988f78f0dcce7eb4561788dfa40cd1 (patch) | |
tree | e24bba8942d0f35e3ca2ce3eeced37db84673812 /sys-devel | |
parent | apply fix from upstream to use ${CHOST}-nm by default #462976 by Agostino Sar... (diff) | |
download | gentoo-2-9ed108a153988f78f0dcce7eb4561788dfa40cd1.tar.gz gentoo-2-9ed108a153988f78f0dcce7eb4561788dfa40cd1.tar.bz2 gentoo-2-9ed108a153988f78f0dcce7eb4561788dfa40cd1.zip |
Properly document patch.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/autogen/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/autogen/autogen-5.17.3.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/autogen/files/autogen-5.17.3-libintl.patch | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-devel/autogen/ChangeLog b/sys-devel/autogen/ChangeLog index a937c7ace537..b3e94aaed0f8 100644 --- a/sys-devel/autogen/ChangeLog +++ b/sys-devel/autogen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/autogen # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.95 2013/05/04 04:44:53 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/ChangeLog,v 1.96 2013/05/04 05:26:51 vapier Exp $ + + 04 May 2013; Mike Frysinger <vapier@gentoo.org> autogen-5.17.3.ebuild, + files/autogen-5.17.3-libintl.patch: + Properly document patch. 04 May 2013; Naohiro Aota <naota@gentoo.org> +files/autogen-5.17.3-libintl.patch, autogen-5.17.3.ebuild: diff --git a/sys-devel/autogen/autogen-5.17.3.ebuild b/sys-devel/autogen/autogen-5.17.3.ebuild index d7c94db68606..f9a30ed71068 100644 --- a/sys-devel/autogen/autogen-5.17.3.ebuild +++ b/sys-devel/autogen/autogen-5.17.3.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/sys-devel/autogen/autogen-5.17.3.ebuild,v 1.3 2013/05/04 04:44:53 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.17.3.ebuild,v 1.4 2013/05/04 05:26:51 vapier Exp $ EAPI="4" @@ -20,7 +20,7 @@ RDEPEND=">=dev-scheme/guile-1.8 DEPEND="${RDEPEND}" src_prepare() { - epatch "${FILESDIR}"/${P}-libintl.patch + epatch "${FILESDIR}"/${P}-libintl.patch #466462 eautoreconf } diff --git a/sys-devel/autogen/files/autogen-5.17.3-libintl.patch b/sys-devel/autogen/files/autogen-5.17.3-libintl.patch index b7738fd40943..e251a0f8c0bf 100644 --- a/sys-devel/autogen/files/autogen-5.17.3-libintl.patch +++ b/sys-devel/autogen/files/autogen-5.17.3-libintl.patch @@ -1,5 +1,5 @@ -diff --git a/config/libopts.m4 b/config/libopts.m4 -index 8046587..a74ca8b 100644 +https://bugs.gentoo.org/466462 + --- a/config/libopts.m4 +++ b/config/libopts.m4 @@ -106,6 +106,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS_FIRST],[ |