diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 07:23:15 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2011-08-30 07:23:15 +0000 |
commit | 1256b7fab901440d31b7d0b50ae92cf4d4846869 (patch) | |
tree | 4e30a7f5c5834fc10a8bbbc60a523b13bfbb9464 /app-emulation/spice | |
parent | Add missing gnome2_src_prepare and fix position of src_prepare. (diff) | |
download | historical-1256b7fab901440d31b7d0b50ae92cf4d4846869.tar.gz historical-1256b7fab901440d31b7d0b50ae92cf4d4846869.tar.bz2 historical-1256b7fab901440d31b7d0b50ae92cf4d4846869.zip |
Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug #369601.
Package-Manager: portage-2.1.10.11/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.8.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index f52cca6f7e64..abf4a7ec1862 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.14 2011/07/26 13:09:16 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.15 2011/08/30 07:23:15 chainsaw Exp $ + + 30 Aug 2011; Tony Vroon <chainsaw@gentoo.org> spice-0.8.1.ebuild: + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug + #369601. 26 Jul 2011; Tiziano Müller <dev-zero@gentoo.org> spice-0.8.2.ebuild: Fixed dep on spice-protocol. diff --git a/app-emulation/spice/spice-0.8.1.ebuild b/app-emulation/spice/spice-0.8.1.ebuild index fbdbdb5462bd..c6bd3d6db27e 100644 --- a/app-emulation/spice/spice-0.8.1.ebuild +++ b/app-emulation/spice/spice-0.8.1.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/spice-0.8.1.ebuild,v 1.2 2011/05/29 11:15:32 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.8.1.ebuild,v 1.3 2011/08/30 07:23:15 chainsaw Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+gui static-libs" RDEPEND=">=app-emulation/spice-protocol-0.8 |