diff options
author | 2006-10-16 22:07:37 +0000 | |
---|---|---|
committer | 2006-10-16 22:07:37 +0000 | |
commit | 7d391dc8b026c81e827578d4598819de222ee82e (patch) | |
tree | c1519a9eb3eaf0438dc368e4e4139693c25a61e0 /net-misc | |
parent | remove useless use flags; bug 151640 (diff) | |
download | gentoo-2-7d391dc8b026c81e827578d4598819de222ee82e.tar.gz gentoo-2-7d391dc8b026c81e827578d4598819de222ee82e.tar.bz2 gentoo-2-7d391dc8b026c81e827578d4598819de222ee82e.zip |
Stable on x86 wrt bug #145371.
(Portage version: 2.1.2_pre3-r2)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/vnc/vnc-4.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/vnc/ChangeLog b/net-misc/vnc/ChangeLog index 9bbdba69271c..6912fc0fed4f 100644 --- a/net-misc/vnc/ChangeLog +++ b/net-misc/vnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/vnc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.56 2006/10/15 14:29:30 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/ChangeLog,v 1.57 2006/10/16 22:07:37 wolf31o2 Exp $ + + 16 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> vnc-4.1.2.ebuild: + Stable on x86 wrt bug #145371. 15 Oct 2006; Thomas Cort <tcort@gentoo.org> vnc-4.1.2.ebuild: Stable on amd64 wrt Bug #145371. diff --git a/net-misc/vnc/vnc-4.1.2.ebuild b/net-misc/vnc/vnc-4.1.2.ebuild index 51a87f404522..2226c05f4e62 100644 --- a/net-misc/vnc/vnc-4.1.2.ebuild +++ b/net-misc/vnc/vnc-4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2.ebuild,v 1.12 2006/10/15 14:29:30 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vnc/vnc-4.1.2.ebuild,v 1.13 2006/10/16 22:07:37 wolf31o2 Exp $ inherit eutils toolchain-funcs multilib autotools @@ -17,7 +17,7 @@ SRC_URI="http://ltsp.mirrors.tds.net/pub/ltsp/tarballs/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sh ~sparc x86" IUSE="server" RDEPEND="sys-libs/zlib |