diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-10 00:42:31 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2014-12-10 00:42:31 +0300 |
commit | d301843cbb8b4209666b185a30ed6f4da2cab0db (patch) | |
tree | 5536cfb89a97e2c99a6549e987d752a8d28a6938 /net-misc | |
parent | 692adc76f50b1a3f331d3f1fb2b7dde2ce707720 (diff) |
fix
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/spice-gtk/spice-gtk-scm.ebuild | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/net-misc/spice-gtk/spice-gtk-scm.ebuild b/net-misc/spice-gtk/spice-gtk-scm.ebuild index e587b2a..fb12644 100644 --- a/net-misc/spice-gtk/spice-gtk-scm.ebuild +++ b/net-misc/spice-gtk/spice-gtk-scm.ebuild @@ -8,23 +8,15 @@ VALA_MIN_API_VERSION="0.14" VALA_USE_DEPEND="vapigen" PYTHON_COMPAT=( python{2_6,2_7} ) -inherit eutils python-single-r1 vala -if [[ ${PV} = 9999 ]]; then - inherit gnome2-live -fi +inherit eutils python-single-r1 vala gnome2-live DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI." HOMEPAGE="http://spice-space.org http://gitorious.org/spice-gtk" LICENSE="LGPL-2.1" SLOT="0" -if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://anongit.freedesktop.org/spice/${PN}" - KEYWORDS="" -else - SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64" -fi +EGIT_REPO_URI="git://anongit.freedesktop.org/spice/${PN}" +KEYWORDS="" IUSE="dbus doc gstreamer gtk3 +introspection policykit pulseaudio python sasl smartcard static-libs usbredir vala webdav" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -77,12 +69,10 @@ DEPEND="${RDEPEND} vala? ( $(vala_depend) ) " -if [[ ${PV} = 9999 ]]; then DEPEND="${DEPEND} $(vala_depend) dev-lang/perl dev-perl/Text-CSV" -fi GTK2_BUILDDIR="${WORKDIR}/${P}_gtk2" GTK3_BUILDDIR="${WORKDIR}/${P}_gtk3" |