diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-06 03:57:46 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-06 03:57:46 +0000 |
commit | 28e4793de72790685f9663c905f6eab5d273281a (patch) | |
tree | c1ffaf42dc74f61f331a942d9706c2416174b90c /x11-libs/libfakekey | |
parent | Automake 1.13 fix (diff) | |
download | gentoo-2-28e4793de72790685f9663c905f6eab5d273281a.tar.gz gentoo-2-28e4793de72790685f9663c905f6eab5d273281a.tar.bz2 gentoo-2-28e4793de72790685f9663c905f6eab5d273281a.zip |
Automake 1.13 fix
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-libs/libfakekey')
-rw-r--r-- | x11-libs/libfakekey/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/libfakekey/ChangeLog b/x11-libs/libfakekey/ChangeLog index a3ddc3bef724..6de66e4cd4e7 100644 --- a/x11-libs/libfakekey/ChangeLog +++ b/x11-libs/libfakekey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfakekey -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.12 2012/06/04 00:18:57 xmw Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/ChangeLog,v 1.13 2013/05/06 03:57:46 patrick Exp $ + + 06 May 2013; Patrick Lauer <patrick@gentoo.org> libfakekey-0.1-r1.ebuild: + Automake 1.13 fix 04 Jun 2012; Michael Weber <xmw@gentoo.org> libfakekey-0.1-r1.ebuild: ppc stable (bug 309407) @@ -46,4 +49,3 @@ 04 Jun 2006; <yvasilev@gentoo.org> +metadata.xml, +libfakekey-0.1.ebuild: - Initial Import. - diff --git a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild index fbf35a4193cb..ecc27600681e 100644 --- a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild,v 1.4 2012/06/04 00:18:57 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild,v 1.5 2013/05/06 03:57:46 patrick Exp $ EAPI=2 @@ -27,7 +27,7 @@ src_prepare() { # Fix underlinking bug #367595 sed -i -e 's/^fakekey_test_LDADD=/fakekey_test_LDADD=-lX11 /' \ tests/Makefile.am || die 'Cannot sed Makefile.am' - + sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die eautoreconf } |