diff options
Diffstat (limited to 'net-misc/spice-gtk/spice-gtk-scm.ebuild')
-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" |