diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-04-18 23:06:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-04-18 23:06:54 +0000 |
commit | b7be6a3e49e8554e8280a39f0a16736f7af576fe (patch) | |
tree | f98546e23f73e8f81d1a90547cf9ca80f0bf8df6 /app-emulation/libvirt | |
parent | Version bump (diff) | |
download | gentoo-2-b7be6a3e49e8554e8280a39f0a16736f7af576fe.tar.gz gentoo-2-b7be6a3e49e8554e8280a39f0a16736f7af576fe.tar.bz2 gentoo-2-b7be6a3e49e8554e8280a39f0a16736f7af576fe.zip |
Accidently using backports instead of autotoolize for the live ebuild
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 7a430b11c813..99f693979064 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.169 2012/04/18 23:04:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.170 2012/04/18 23:06:54 cardoe Exp $ + + 18 Apr 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-9999.ebuild: + Accidently using backports instead of autotoolize for the live ebuild *libvirt-0.9.11 (18 Apr 2012) diff --git a/app-emulation/libvirt/libvirt-9999.ebuild b/app-emulation/libvirt/libvirt-9999.ebuild index adeb61cb0abe..7a8e87c8a36b 100644 --- a/app-emulation/libvirt/libvirt-9999.ebuild +++ b/app-emulation/libvirt/libvirt-9999.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.26 2012/04/13 17:43:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-9999.ebuild,v 1.27 2012/04/18 23:06:54 cardoe Exp $ EAPI=4 -BACKPORTS=1 -#AUTOTOOLIZE=yes +#BACKPORTS=1 +AUTOTOOLIZE=yes MY_P="${P/_rc/-rc}" |