diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-12 09:09:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-12 09:09:26 +0000 |
commit | 2b41fdc571583fbde0fa81ede1096674a185e032 (patch) | |
tree | 3389655ee625b0cb85d59461ff1481d669c87546 /app-emulation | |
parent | Stable for amd64, wrt bug #530288 (diff) | |
download | gentoo-2-2b41fdc571583fbde0fa81ede1096674a185e032.tar.gz gentoo-2-2b41fdc571583fbde0fa81ede1096674a185e032.tar.bz2 gentoo-2-2b41fdc571583fbde0fa81ede1096674a185e032.zip |
Stable for amd64, wrt bug #532204
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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.10-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index 598ad79bc4d3..7d716f92dadd 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.397 2014/12/11 14:39:20 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.398 2014/12/12 09:09:26 ago Exp $ + + 12 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libvirt-1.2.10-r2.ebuild: + Stable for amd64, wrt bug #532204 *libvirt-1.2.10-r2 (11 Dec 2014) diff --git a/app-emulation/libvirt/libvirt-1.2.10-r2.ebuild b/app-emulation/libvirt/libvirt-1.2.10-r2.ebuild index e7f04defc82b..f0e1c6b75450 100644 --- a/app-emulation/libvirt/libvirt-1.2.10-r2.ebuild +++ b/app-emulation/libvirt/libvirt-1.2.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.10-r2.ebuild,v 1.1 2014/12/11 14:39:20 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-1.2.10-r2.ebuild,v 1.2 2014/12/12 09:09:26 ago Exp $ EAPI=5 @@ -23,7 +23,7 @@ else else SRC_URI="http://libvirt.org/sources/${MY_P}.tar.gz" fi - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" SLOT="0/${PV}" fi S="${WORKDIR}/${P%_rc*}" |