diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-21 10:35:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-21 10:35:06 +0000 |
commit | 1089157554d97266919d11137f68845f2096c876 (patch) | |
tree | 6f588de907e943580e2757f3b5497a97f0725690 /net-misc/tigervnc | |
parent | Fix broken build with USE=lua (bug #443986), add missing embedded_plugins fro... (diff) | |
download | gentoo-2-1089157554d97266919d11137f68845f2096c876.tar.gz gentoo-2-1089157554d97266919d11137f68845f2096c876.tar.bz2 gentoo-2-1089157554d97266919d11137f68845f2096c876.zip |
Stable for x86, wrt bug #443080
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-misc/tigervnc')
-rw-r--r-- | net-misc/tigervnc/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.2.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog index 88ae442e6db8..9335429e6ab5 100644 --- a/net-misc/tigervnc/ChangeLog +++ b/net-misc/tigervnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tigervnc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.145 2012/11/16 18:12:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.146 2012/11/21 10:35:06 ago Exp $ + + 21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild: + Stable for x86, wrt bug #443080 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> tigervnc-1.2.0.ebuild: Stable for amd64, wrt bug #443080 @@ -590,4 +593,3 @@ +files/tigervnc.initd, +files/vncviewer.png, +metadata.xml, +tigervnc-0.0.90_p3631.ebuild: Initial commit, ebuild by me - diff --git a/net-misc/tigervnc/tigervnc-1.2.0.ebuild b/net-misc/tigervnc/tigervnc-1.2.0.ebuild index 9bd56f5adf1f..cecd54d090da 100644 --- a/net-misc/tigervnc/tigervnc-1.2.0.ebuild +++ b/net-misc/tigervnc/tigervnc-1.2.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-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.6 2012/11/16 18:12:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.2.0.ebuild,v 1.7 2012/11/21 10:35:06 ago Exp $ EAPI="4" @@ -20,7 +20,7 @@ SRC_URI="mirror://sourceforge/tigervnc/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86" IUSE="gnutls +internal-fltk java nptl +opengl pam server +xorgmodule" RDEPEND="virtual/jpeg |