diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-04 21:42:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-04 21:42:25 +0000 |
commit | fd68bf4b605927c0dd7f63b91594a3d40fbf0b7a (patch) | |
tree | f3ff23aa4eba551adf1fe50b9f1f1b3faed89eb2 /app-emulation/lxc | |
parent | Remove dependency on dev-python/celementtree. (diff) | |
download | gentoo-2-fd68bf4b605927c0dd7f63b91594a3d40fbf0b7a.tar.gz gentoo-2-fd68bf4b605927c0dd7f63b91594a3d40fbf0b7a.tar.bz2 gentoo-2-fd68bf4b605927c0dd7f63b91594a3d40fbf0b7a.zip |
app-emulation/lxc: Fix obsolete macros to work with automake-1.13, #468614
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'app-emulation/lxc')
-rw-r--r-- | app-emulation/lxc/ChangeLog | 8 | ||||
-rw-r--r-- | app-emulation/lxc/lxc-0.8.0-r1.ebuild | 5 | ||||
-rw-r--r-- | app-emulation/lxc/metadata.xml | 1 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-emulation/lxc/ChangeLog b/app-emulation/lxc/ChangeLog index 329ba13dd0fa..f264ef4c82ab 100644 --- a/app-emulation/lxc/ChangeLog +++ b/app-emulation/lxc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/lxc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.44 2012/11/14 02:15:10 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/ChangeLog,v 1.45 2013/05/04 21:42:25 jlec Exp $ + + 04 May 2013; Justin Lecher <jlec@gentoo.org> lxc-0.8.0-r1.ebuild, + metadata.xml: + Fix obsolete macros to work with automake-1.13, #468614 *lxc-0.8.0-r1 (14 Nov 2012) diff --git a/app-emulation/lxc/lxc-0.8.0-r1.ebuild b/app-emulation/lxc/lxc-0.8.0-r1.ebuild index 96dfa31e22f9..518b2668df56 100644 --- a/app-emulation/lxc/lxc-0.8.0-r1.ebuild +++ b/app-emulation/lxc/lxc-0.8.0-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/app-emulation/lxc/lxc-0.8.0-r1.ebuild,v 1.1 2012/11/14 02:15:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/lxc-0.8.0-r1.ebuild,v 1.2 2013/05/04 21:42:25 jlec Exp $ EAPI="4" @@ -84,6 +84,7 @@ ERROR_GRKERNSEC_CHROOT_CAPS=":CONFIG_GRKERNSEC_CHROOT_CAPS some GRSEC features m DOCS=(AUTHORS CONTRIBUTING MAINTAINERS TODO README doc/FAQ.txt) src_prepare() { + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die if [[ -n ${BACKPORTS} ]]; then epatch "${WORKDIR}"/patches/* eautoreconf diff --git a/app-emulation/lxc/metadata.xml b/app-emulation/lxc/metadata.xml index 694fd72ce5d0..138cece73f9a 100644 --- a/app-emulation/lxc/metadata.xml +++ b/app-emulation/lxc/metadata.xml @@ -8,7 +8,6 @@ <maintainer> <email>dev-zero@gentoo.org</email> </maintainer> - <use> <flag name="vanilla"> Avoid adding Gentoo Linux-specific modifications, which include |