diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-05-29 11:13:04 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-05-29 11:13:04 +0000 |
commit | 939e697535c9924a703ecf16c4bf67f18e65da78 (patch) | |
tree | ed78548fb903ca5f5cb1f0ad11e0bd74569ceb4b /app-emulation/spice-protocol | |
parent | Version bump. Ref security bug 369139 (diff) | |
download | gentoo-2-939e697535c9924a703ecf16c4bf67f18e65da78.tar.gz gentoo-2-939e697535c9924a703ecf16c4bf67f18e65da78.tar.bz2 gentoo-2-939e697535c9924a703ecf16c4bf67f18e65da78.zip |
add ~x86, bug 368961
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/spice-protocol/ChangeLog b/app-emulation/spice-protocol/ChangeLog index 1bce5ab4677d..1422fabd6373 100644 --- a/app-emulation/spice-protocol/ChangeLog +++ b/app-emulation/spice-protocol/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spice-protocol # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.7 2011/04/27 11:33:19 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/ChangeLog,v 1.8 2011/05/29 11:13:04 fauli Exp $ + + 29 May 2011; Christian Faulhammer <fauli@gentoo.org> + spice-protocol-0.8.0-r1.ebuild: + add ~x86, bug 368961 *spice-protocol-0.8.0-r1 (27 Apr 2011) diff --git a/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild b/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild index 7f54dbab493e..d8228047702e 100644 --- a/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v 1.1 2011/04/27 11:33:19 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.8.0-r1.ebuild,v 1.2 2011/05/29 11:13:04 fauli Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |