diff options
author | Andreas Schuerch <nativemad@gentoo.org> | 2015-03-22 15:18:44 +0000 |
---|---|---|
committer | Andreas Schuerch <nativemad@gentoo.org> | 2015-03-22 15:18:44 +0000 |
commit | 51dd20da460c98ebeef386b5ea02f6f8e9d66c0f (patch) | |
tree | 8385cb604827020dd77a33abca59ea6d7b078d8a | |
parent | Remove old revision. (diff) | |
download | gentoo-2-51dd20da460c98ebeef386b5ea02f6f8e9d66c0f.tar.gz gentoo-2-51dd20da460c98ebeef386b5ea02f6f8e9d66c0f.tar.bz2 gentoo-2-51dd20da460c98ebeef386b5ea02f6f8e9d66c0f.zip |
~x86 keworded, see bug 513108
(Portage version: 2.2.14/cvs/Linux i686, signed Manifest commit with key 60373227)
-rw-r--r-- | net-misc/spice-gtk/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/spice-gtk/ChangeLog b/net-misc/spice-gtk/ChangeLog index 0963d9a04241..4ee1ccfc3669 100644 --- a/net-misc/spice-gtk/ChangeLog +++ b/net-misc/spice-gtk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/spice-gtk -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.90 2014/12/28 18:00:09 floppym Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.91 2015/03/22 15:18:44 nativemad Exp $ + + 22 Mar 2015; Andreas Schuerch <nativemad@gentoo.org> + spice-gtk-0.25-r1.ebuild: + ~x86 keyworded, see bug 513108 28 Dec 2014; Mike Gilbert <floppym@gentoo.org> spice-gtk-0.20-r1.ebuild, spice-gtk-0.21.ebuild: diff --git a/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild index c33c7b6f771f..244bef28b736 100644 --- a/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild,v 1.4 2014/10/11 15:54:20 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.25-r1.ebuild,v 1.5 2015/03/22 15:18:44 nativemad Exp $ EAPI=5 GCONF_DEBUG="no" @@ -18,7 +18,7 @@ HOMEPAGE="http://spice-space.org http://gitorious.org/spice-gtk" LICENSE="LGPL-2.1" SLOT="0" SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="dbus doc gstreamer gtk3 +introspection policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav" |