diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-08-13 18:03:51 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-08-13 18:03:51 +0000 |
commit | 073db2c8c2f9196e33c39604c87360024f68b1b9 (patch) | |
tree | 652efc896f30d5f50ddf49ab625aea0ddcdde202 /net-libs | |
parent | Add support for live git trees, and merge the different versions we have for ... (diff) | |
download | gentoo-2-073db2c8c2f9196e33c39604c87360024f68b1b9.tar.gz gentoo-2-073db2c8c2f9196e33c39604c87360024f68b1b9.tar.bz2 gentoo-2-073db2c8c2f9196e33c39604c87360024f68b1b9.zip |
alpha/ia64/sparc stable wrt #369909
(Portage version: 2.1.10.7/cvs/Linux ia64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gtk-vnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/gtk-vnc/gtk-vnc-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog index 227f2931058c..70042ab7e215 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.66 2011/07/14 10:50:37 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.67 2011/08/13 18:03:51 armin76 Exp $ + + 13 Aug 2011; Raúl Porcel <armin76@gentoo.org> gtk-vnc-0.4.3.ebuild: + alpha/ia64/sparc stable wrt #369909 14 Jul 2011; Thomas Kahle <tomka@gentoo.org> gtk-vnc-0.4.3.ebuild: x86 stable per bug 369909 diff --git a/net-libs/gtk-vnc/gtk-vnc-0.4.3.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.4.3.ebuild index b1192d3a330b..67f97a733bcd 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.4.3.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.4.3.ebuild,v 1.3 2011/07/14 10:50:37 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.3.ebuild,v 1.4 2011/08/13 18:03:51 armin76 Exp $ EAPI="3" PYTHON_DEPEND="python? 2:2.4" @@ -12,7 +12,7 @@ HOMEPAGE="http://live.gnome.org/gtk-vnc" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="examples +introspection python sasl" # libview is used in examples/gvncviewer -- no need |