diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2012-03-11 06:48:00 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2012-03-11 06:48:00 +0000 |
commit | 6f905aedec8653943956715a42f33dddc6413083 (patch) | |
tree | 15310597d6abdda0ebe9d22a1c2b8c34bd64d61b /net-misc/spice-gtk | |
parent | regen manifest #407731 (diff) | |
download | gentoo-2-6f905aedec8653943956715a42f33dddc6413083.tar.gz gentoo-2-6f905aedec8653943956715a42f33dddc6413083.tar.bz2 gentoo-2-6f905aedec8653943956715a42f33dddc6413083.zip |
Fix usbredir dep and fix hardcoding of smartcard disabling
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-0.11.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/spice-gtk/ChangeLog b/net-misc/spice-gtk/ChangeLog index 9feecbe1b5c4..cdc101d333e7 100644 --- a/net-misc/spice-gtk/ChangeLog +++ b/net-misc/spice-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/spice-gtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.15 2012/03/09 19:18:43 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/ChangeLog,v 1.16 2012/03/11 06:48:00 cardoe Exp $ + + 11 Mar 2012; Doug Goldstein <cardoe@gentoo.org> spice-gtk-0.11.ebuild: + Fix usbredir dep and fix hardcoding of smartcard disabling *spice-gtk-0.11 (09 Mar 2012) diff --git a/net-misc/spice-gtk/spice-gtk-0.11.ebuild b/net-misc/spice-gtk/spice-gtk-0.11.ebuild index 38f078151dfc..072415c96a06 100644 --- a/net-misc/spice-gtk/spice-gtk-0.11.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.11.ebuild,v 1.2 2012/03/09 19:19:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/spice-gtk/spice-gtk-0.11.ebuild,v 1.3 2012/03/11 06:48:00 cardoe Exp $ EAPI="4" GCONF_DEBUG="no" @@ -44,7 +44,7 @@ RDEPEND="pulseaudio? ( !gstreamer? ( media-sound/pulseaudio ) ) sys-apps/acl >=sys-auth/polkit-0.101 ) >=dev-libs/libusb-1.0.9_rc1 - >=sys-apps/usbredir-0.3.3 + >=sys-apps/usbredir-0.4.2 sys-fs/udev[gudev] )" DEPEND="${RDEPEND} vala? ( dev-lang/vala:0.14 ) @@ -91,7 +91,6 @@ src_configure() { $(use_enable policykit polkit) \ $(use_enable vala) \ --with-gtk="${gtk}" \ - --disable-smartcard \ --disable-werror } |