diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-20 03:06:06 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-01-20 03:06:06 +0000 |
commit | f07d371f65e993b7c7aa98d1393c700c6d5d89ed (patch) | |
tree | 1bcbe3833c470608a544e26522d51c02a6af939a /net-libs/gtk-vnc | |
parent | add my full name to <name> field in metadata.xml (diff) | |
download | gentoo-2-f07d371f65e993b7c7aa98d1393c700c6d5d89ed.tar.gz gentoo-2-f07d371f65e993b7c7aa98d1393c700c6d5d89ed.tar.bz2 gentoo-2-f07d371f65e993b7c7aa98d1393c700c6d5d89ed.zip |
Require >=glib-2.30.1 because presence of glib's .la files can result in linking failure (bug #399129, thanks to Harris Landgarten for reporting).
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/gtk-vnc')
-rw-r--r-- | net-libs/gtk-vnc/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog index ede478208489..dac6ea9cfd96 100644 --- a/net-libs/gtk-vnc/ChangeLog +++ b/net-libs/gtk-vnc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/gtk-vnc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.78 2012/01/15 05:04:57 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.79 2012/01/20 03:06:06 tetromino Exp $ + + 20 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gtk-vnc-0.5.0.ebuild: + Require >=glib-2.30.1 because presence of glib's .la files can result in + linking failure (bug #399129, thanks to Harris Landgarten for reporting). *gtk-vnc-0.5.0 (15 Jan 2012) diff --git a/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild index 1d4b83c5b8e7..c135044d8384 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.5.0.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-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild,v 1.1 2012/01/15 05:04:57 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild,v 1.2 2012/01/20 03:06:06 tetromino Exp $ EAPI="4" @@ -17,9 +17,10 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="examples gtk3 +introspection python sasl vala" # libview is used in examples/gvncviewer -- no need +# glib-2.30.1 needed to avoid linking failure due to .la files (bug #399129) # TODO: review nsplugin when it will be considered less experimental # XXX: automagic pulseaudio. Is it worth patching? -COMMON_DEPEND=">=dev-libs/glib-2.10:2 +COMMON_DEPEND=">=dev-libs/glib-2.30.1:2 dev-libs/libgcrypt dev-libs/libgpg-error media-sound/pulseaudio |