diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-08 09:41:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-08 09:41:50 +0000 |
commit | 3c87af86c239085ed3cfb15706c9e608ac71d35b (patch) | |
tree | e524bd574752e1a3eacc29b1cca09a8f0a179e76 /net-libs/gtk-vnc | |
parent | Stable for amd64, wrt bug #480146 (diff) | |
download | gentoo-2-3c87af86c239085ed3cfb15706c9e608ac71d35b.tar.gz gentoo-2-3c87af86c239085ed3cfb15706c9e608ac71d35b.tar.bz2 gentoo-2-3c87af86c239085ed3cfb15706c9e608ac71d35b.zip |
Stable for amd64, wrt bug #480150
(Portage version: 2.1.13.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/gtk-vnc')
-rw-r--r-- | net-libs/gtk-vnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog index 173ec5acaa92..1e5bc06b6b5f 100644 --- a/net-libs/gtk-vnc/ChangeLog +++ b/net-libs/gtk-vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/gtk-vnc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.107 2013/06/01 23:47:24 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.108 2013/08/08 09:41:50 ago Exp $ + + 08 Aug 2013; Agostino Sarubbo <ago@gentoo.org> gtk-vnc-0.5.2.ebuild: + Stable for amd64, wrt bug #480150 01 Jun 2013; Jonathan Callen <abcd@gentoo.org> gtk-vnc-0.5.2.ebuild: Fix build with USE=-python and empty PYTHON_TARGETS; force non-empty diff --git a/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild index c5388f3233ed..822a94ac3421 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.2.ebuild,v 1.4 2013/06/01 23:47:24 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.2.ebuild,v 1.5 2013/08/08 09:41:50 ago Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -14,7 +14,7 @@ HOMEPAGE="https://live.gnome.org/gtk-vnc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="examples gtk3 +introspection pulseaudio python sasl vala" REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} ) |