diff options
author | 2015-03-13 13:53:39 +0000 | |
---|---|---|
committer | 2015-03-13 13:53:39 +0000 | |
commit | 7746486bcaa6420fa212a9713a9eee6972601d95 (patch) | |
tree | e66de97020a98f3cca839d1418fdc4b274f55431 /app-emulation | |
parent | Stable for amd64, wrt bug #543044 (diff) | |
download | gentoo-2-7746486bcaa6420fa212a9713a9eee6972601d95.tar.gz gentoo-2-7746486bcaa6420fa212a9713a9eee6972601d95.tar.bz2 gentoo-2-7746486bcaa6420fa212a9713a9eee6972601d95.zip |
Stable for x86, wrt bug #543044
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-1.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 705a3c43572e..2e5e0fee9d34 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.418 2015/03/13 13:53:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.419 2015/03/13 13:53:39 ago Exp $ + + 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.12.ebuild: + Stable for x86, wrt bug #543044 13 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.12.ebuild: Stable for amd64, wrt bug #543044 diff --git a/app-emulation/libvirt/libvirt-1.2.12.ebuild b/app-emulation/libvirt/libvirt-1.2.12.ebuild index b05873ae1ef3..5f45529e6a37 100644 --- a/app-emulation/libvirt/libvirt-1.2.12.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.12.ebuild,v 1.2 2015/03/13 13:53:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.12.ebuild,v 1.3 2015/03/13 13:53:39 ago Exp $ EAPI=5 @@ -28,7 +28,7 @@ else SRC_URI+=" ${BACKPORTS:+ http://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz http://dev.gentoo.org/~tamiko/distfiles/${P}-${BACKPORTS}.tar.xz}" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" SLOT="0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |