diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-02 06:23:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-02 06:23:15 +0000 |
commit | c736a10f556d80c09b751ab3bfc878cca19e34c6 (patch) | |
tree | 135d46b6841abc06a41056c23b8f6eddd5f588ef /app-emulation | |
parent | Stable for amd64, wrt bug #435618 (diff) | |
download | gentoo-2-c736a10f556d80c09b751ab3bfc878cca19e34c6.tar.gz gentoo-2-c736a10f556d80c09b751ab3bfc878cca19e34c6.tar.bz2 gentoo-2-c736a10f556d80c09b751ab3bfc878cca19e34c6.zip |
Stable for x86, wrt bug #484488
(Portage version: 2.2.7/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.1.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 501fb527eebe..1d6b3dfe0866 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.328 2013/10/02 06:22:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.329 2013/10/02 06:23:15 ago Exp $ + + 02 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.2-r3.ebuild: + Stable for x86, wrt bug #484488 02 Oct 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-1.1.2-r3.ebuild: Stable for amd64, wrt bug #484488 diff --git a/app-emulation/libvirt/libvirt-1.1.2-r3.ebuild b/app-emulation/libvirt/libvirt-1.1.2-r3.ebuild index 9810e2aeb0f7..777c8b0b02f3 100644 --- a/app-emulation/libvirt/libvirt-1.1.2-r3.ebuild +++ b/app-emulation/libvirt/libvirt-1.1.2-r3.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.1.2-r3.ebuild,v 1.2 2013/10/02 06:22:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.1.2-r3.ebuild,v 1.3 2013/10/02 06:23:14 ago Exp $ EAPI=5 @@ -24,7 +24,7 @@ else ftp://libvirt.org/libvirt/${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*}" |