diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2010-10-22 09:39:21 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2010-10-22 09:39:21 +0000 |
commit | 3e0f375edef1b2d44f8dcc408c6fe2b2bc7c1571 (patch) | |
tree | c402f886949d6ccf8a8c2fcaf03fa59a79869bf6 /app-emulation/spice | |
parent | Version bump for dev channel release. (diff) | |
download | gentoo-2-3e0f375edef1b2d44f8dcc408c6fe2b2bc7c1571.tar.gz gentoo-2-3e0f375edef1b2d44f8dcc408c6fe2b2bc7c1571.tar.bz2 gentoo-2-3e0f375edef1b2d44f8dcc408c6fe2b2bc7c1571.zip |
Added x11-libs/libXfixes depency.
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/spice')
-rw-r--r-- | app-emulation/spice/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/spice/spice-0.6.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/spice/ChangeLog b/app-emulation/spice/ChangeLog index 0d47f895fc43..b0ea9c01cada 100644 --- a/app-emulation/spice/ChangeLog +++ b/app-emulation/spice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.2 2010/10/21 09:26:10 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.3 2010/10/22 09:39:21 dev-zero Exp $ + + 22 Oct 2010; Tiziano Müller <dev-zero@gentoo.org> spice-0.6.3.ebuild: + Added x11-libs/libXfixes depency. *spice-0.6.3 (21 Oct 2010) diff --git a/app-emulation/spice/spice-0.6.3.ebuild b/app-emulation/spice/spice-0.6.3.ebuild index a8a5a40a3ce3..1138e23d15b3 100644 --- a/app-emulation/spice/spice-0.6.3.ebuild +++ b/app-emulation/spice/spice-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.6.3.ebuild,v 1.1 2010/10/21 09:26:10 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.6.3.ebuild,v 1.2 2010/10/22 09:39:21 dev-zero Exp $ EAPI=3 @@ -22,6 +22,7 @@ RDEPEND="~app-emulation/spice-protocol-${PV} x11-libs/libX11 x11-libs/libXext x11-libs/libXrender + x11-libs/libXfixes media-libs/jpeg sys-libs/zlib gui? ( dev-games/cegui )" |