diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 10:49:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 10:49:40 +0000 |
commit | a3e10a729ab9d2687bb945c28f6bb17973552ef5 (patch) | |
tree | fefd7205adc46d30a6f16d8243d797ce40c4a6c4 /gnome-extra/gnome-boxes | |
parent | amd64 stable, bug 499954 (diff) | |
download | gentoo-2-a3e10a729ab9d2687bb945c28f6bb17973552ef5.tar.gz gentoo-2-a3e10a729ab9d2687bb945c28f6bb17973552ef5.tar.bz2 gentoo-2-a3e10a729ab9d2687bb945c28f6bb17973552ef5.zip |
amd64 stable, bug 499954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/gnome-boxes')
-rw-r--r-- | gnome-extra/gnome-boxes/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/gnome-boxes/gnome-boxes-3.10.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/gnome-boxes/ChangeLog b/gnome-extra/gnome-boxes/ChangeLog index 3690eaee6525..47bd3a2ba715 100644 --- a/gnome-extra/gnome-boxes/ChangeLog +++ b/gnome-extra/gnome-boxes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/gnome-boxes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.3 2014/02/22 21:53:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/ChangeLog,v 1.4 2014/03/09 10:49:40 pacho Exp $ + + 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnome-boxes-3.10.2.ebuild: + amd64 stable, bug 499954 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome-boxes-3.10.2.ebuild: Fix wrong commit, bug 502160 diff --git a/gnome-extra/gnome-boxes/gnome-boxes-3.10.2.ebuild b/gnome-extra/gnome-boxes/gnome-boxes-3.10.2.ebuild index 26e53d75b057..4e28d865a2cf 100644 --- a/gnome-extra/gnome-boxes/gnome-boxes-3.10.2.ebuild +++ b/gnome-extra/gnome-boxes/gnome-boxes-3.10.2.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/gnome-extra/gnome-boxes/gnome-boxes-3.10.2.ebuild,v 1.3 2014/02/22 21:53:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-boxes/gnome-boxes-3.10.2.ebuild,v 1.4 2014/03/09 10:49:40 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -17,7 +17,7 @@ SLOT="0" # We force 'bindist' due licenses from gnome-boxes-nonfree IUSE="smartcard usbredir" #bindist -KEYWORDS="~amd64" # qemu-kvm[spice] is 64bit-only +KEYWORDS="amd64" # qemu-kvm[spice] is 64bit-only # NOTE: sys-fs/* stuff is called via exec() # FIXME: ovirt is not available in tree |