diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-10-15 18:07:58 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-10-15 18:08:59 +0200 |
commit | 950926f15ad208227c69694abe3f95ec8f522238 (patch) | |
tree | 4f879d599ce5b8f26c757bd2b46762e67f03891a /net-libs | |
parent | add gtk-vnc scm (diff) | |
download | keruspe-950926f15ad208227c69694abe3f95ec8f522238.tar.gz keruspe-950926f15ad208227c69694abe3f95ec8f522238.tar.bz2 keruspe-950926f15ad208227c69694abe3f95ec8f522238.zip |
fix gtk-vnc
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/Manifest | 2 | ||||
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-9999.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/gtk-vnc/Manifest b/net-libs/gtk-vnc/Manifest index 791aba3a..23b3de3c 100644 --- a/net-libs/gtk-vnc/Manifest +++ b/net-libs/gtk-vnc/Manifest @@ -1 +1 @@ -EBUILD gtk-vnc-9999.ebuild 1468 RMD160 a9b7511fe5d054be49e0382c98d52a1d87c25f9e SHA1 cd52a153d0be3215b933bcabdabdbd97ab6af232 SHA256 640b2cfa76fbb3e162078642513961fdb54f6337d659006afe4b08a2586fd2bf +EBUILD gtk-vnc-9999.ebuild 1466 RMD160 83942d071149546a7607bae41565257877a27fc8 SHA1 51d30f3f3ff3a419ae018591fe88857aa8d82dce SHA256 78d5956526d624a7effc3fc43ab0bc2691e73853b058519317a128c67d02530e diff --git a/net-libs/gtk-vnc/gtk-vnc-9999.ebuild b/net-libs/gtk-vnc/gtk-vnc-9999.ebuild index 77e30f9c..755ff2d7 100644 --- a/net-libs/gtk-vnc/gtk-vnc-9999.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-9999.ebuild @@ -46,13 +46,12 @@ src_prepare() { src_configure() { # Python support is via gobject-introspection # Ex: from gi.repository import GtkVnc - econf \ - $(use_with examples) \ + econf $(use_with examples) \ $(use_enable introspection) \ $(use_with sasl) \ --with-coroutine=gthread \ --without-libview \ - --disable-static + --disable-static \ --with-python=no \ --with-gtk=3.0 } |