diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-02-20 05:18:23 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-02-20 05:18:23 +0000 |
commit | d6ab03ef1d692f7f505a8ac14991fe065a555a89 (patch) | |
tree | 5a4f70f07272aa34b961088c833b992e974f2f00 /app-emulation | |
parent | Fix a number of upstream show stopper bugs. (diff) | |
download | gentoo-2-d6ab03ef1d692f7f505a8ac14991fe065a555a89.tar.gz gentoo-2-d6ab03ef1d692f7f505a8ac14991fe065a555a89.tar.bz2 gentoo-2-d6ab03ef1d692f7f505a8ac14991fe065a555a89.zip |
Actually push the use of the backports tarball.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.9.10-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 407c2da6e648..ca6f008b10b2 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.158 2012/02/20 05:15:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.159 2012/02/20 05:18:23 cardoe Exp $ + + 19 Feb 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-0.9.10-r1.ebuild: + Actually push the use of the backports tarball. *libvirt-0.9.10-r1 (19 Feb 2012) diff --git a/app-emulation/libvirt/libvirt-0.9.10-r1.ebuild b/app-emulation/libvirt/libvirt-0.9.10-r1.ebuild index 616b80d287b8..9d054a62af20 100644 --- a/app-emulation/libvirt/libvirt-0.9.10-r1.ebuild +++ b/app-emulation/libvirt/libvirt-0.9.10-r1.ebuild @@ -1,8 +1,8 @@ # 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-0.9.10-r1.ebuild,v 1.1 2012/02/20 05:15:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.9.10-r1.ebuild,v 1.2 2012/02/20 05:18:23 cardoe Exp $ -#BACKPORTS=2 +BACKPORTS=1 #AUTOTOOLIZE=yes EAPI="4" @@ -28,7 +28,6 @@ else SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz ftp://libvirt.org/libvirt/${MY_P}.tar.gz ${BACKPORTS:+ - http://dev.gentoo.org/~flameeyes/${PN}/${MY_P}-backports-${BACKPORTS}.tar.bz2 http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-bp-${BACKPORTS}.tar.bz2}" KEYWORDS="~amd64 ~x86" fi |