diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-10-16 03:00:26 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-10-16 03:00:26 +0000 |
commit | 3d118c69fa01de2cc299ccaa2e9b3f363e30cbdf (patch) | |
tree | ab90d31118ac92145ee33e1bb84b8ad33936a747 /net-libs/gtk-vnc | |
parent | Restricting to apache 2.2 (diff) | |
download | gentoo-2-3d118c69fa01de2cc299ccaa2e9b3f363e30cbdf.tar.gz gentoo-2-3d118c69fa01de2cc299ccaa2e9b3f363e30cbdf.tar.bz2 gentoo-2-3d118c69fa01de2cc299ccaa2e9b3f363e30cbdf.zip |
Stable on alpha, bug 427544.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/gtk-vnc/ChangeLog b/net-libs/gtk-vnc/ChangeLog index 47920a99cfc4..f60c27a43073 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.97 2012/10/07 01:30:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/ChangeLog,v 1.98 2012/10/16 03:00:26 mattst88 Exp $ + + 16 Oct 2012; Matt Turner <mattst88@gentoo.org> gtk-vnc-0.5.1.ebuild: + Stable on alpha, bug 427544. 07 Oct 2012; Anthony G. Basile <blueness@gentoo.org> gtk-vnc-0.5.1.ebuild: stable ppc64, bug #427544 diff --git a/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild index 5d11c5e5f680..79ef3110284c 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.5.1.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.1.ebuild,v 1.5 2012/10/07 01:30:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.1.ebuild,v 1.6 2012/10/16 03:00:26 mattst88 Exp $ EAPI="4" PYTHON_DEPEND="python? 2" @@ -12,7 +12,7 @@ HOMEPAGE="https://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 gtk3 +introspection pulseaudio python sasl vala" # libview is used in examples/gvncviewer -- no need |