diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-28 11:13:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-28 11:13:29 +0000 |
commit | 0a4b0e47585bffb412e220a51f6b022b1d551f3e (patch) | |
tree | dc6cfe2e264d527e87b5cf82cafd3c19ad9fb5a2 /app-emulation/libvirt-glib | |
parent | Stable for x86, wrt bug #448010 (diff) | |
download | gentoo-2-0a4b0e47585bffb412e220a51f6b022b1d551f3e.tar.gz gentoo-2-0a4b0e47585bffb412e220a51f6b022b1d551f3e.tar.bz2 gentoo-2-0a4b0e47585bffb412e220a51f6b022b1d551f3e.zip |
Stable for x86, wrt bug #480140
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-emulation/libvirt-glib')
-rw-r--r-- | app-emulation/libvirt-glib/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/libvirt-glib/ChangeLog b/app-emulation/libvirt-glib/ChangeLog index 3bc31f6de6a5..17e75d4f690e 100644 --- a/app-emulation/libvirt-glib/ChangeLog +++ b/app-emulation/libvirt-glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/libvirt-glib # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.24 2013/08/08 09:41:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/ChangeLog,v 1.25 2013/08/28 11:13:29 ago Exp $ + + 28 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-glib-0.1.7.ebuild: + Stable for x86, wrt bug #480140 08 Aug 2013; Agostino Sarubbo <ago@gentoo.org> libvirt-glib-0.1.7.ebuild: Stable for amd64, wrt bug #480140 diff --git a/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild b/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild index 85bc432b2549..0e1f98294639 100644 --- a/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild +++ b/app-emulation/libvirt-glib/libvirt-glib-0.1.7.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-glib/libvirt-glib-0.1.7.ebuild,v 1.4 2013/08/08 09:41:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.1.7.ebuild,v 1.5 2013/08/28 11:13:28 ago Exp $ EAPI=5 GCONF_DEBUG="no" @@ -16,7 +16,7 @@ SRC_URI="ftp://libvirt.org/libvirt/glib/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="+introspection python +vala" REQUIRED_USE="vala? ( introspection )" |