diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2013-10-25 18:10:42 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2013-10-25 18:10:42 +0000 |
commit | 1b89892e384075041db533e577e17f7f94d39717 (patch) | |
tree | 6ad3338e56043d882774b255e0b855e40181436a /app-emulation | |
parent | Remove older versions vulnerable to CVE-2013-4400 and CVE-2013-4401. (diff) | |
download | gentoo-2-1b89892e384075041db533e577e17f7f94d39717.tar.gz gentoo-2-1b89892e384075041db533e577e17f7f94d39717.tar.bz2 gentoo-2-1b89892e384075041db533e577e17f7f94d39717.zip |
Add back stable marking for stable series after talking to ago
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.0.5.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 18dbb8933e25..29f54ac6c59e 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.336 2013/10/25 18:07:51 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.337 2013/10/25 18:10:42 cardoe Exp $ + + 25 Oct 2013; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.5.6.ebuild: + Add back stable marking for stable series after talking to ago 25 Oct 2013; Doug Goldstein <cardoe@gentoo.org> -libvirt-1.1.2-r1.ebuild, -libvirt-1.1.2-r3.ebuild, -libvirt-1.1.3.ebuild: diff --git a/app-emulation/libvirt/libvirt-1.0.5.6.ebuild b/app-emulation/libvirt/libvirt-1.0.5.6.ebuild index 4ef44434b0cc..00b458ea4a6f 100644 --- a/app-emulation/libvirt/libvirt-1.0.5.6.ebuild +++ b/app-emulation/libvirt/libvirt-1.0.5.6.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/app-emulation/libvirt/libvirt-1.0.5.6.ebuild,v 1.1 2013/09/24 19:47:19 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.0.5.6.ebuild,v 1.2 2013/10/25 18:10:42 cardoe Exp $ EAPI=5 @@ -26,7 +26,7 @@ else ftp://libvirt.org/libvirt/stable_updates/${MY_P}.tar.gz ${BACKPORTS:+ http://dev.gentoo.org/~cardoe/distfiles/${MY_P}-${BACKPORTS}.tar.xz}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi S="${WORKDIR}/${P%_rc*}" |