diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2010-01-22 14:26:23 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2010-01-22 14:26:23 +0000 |
commit | e714399b1c9a32e924aa24644c34c3e2e8c6804b (patch) | |
tree | 90a57949d8ee8414d0094f860c90e1103c4af370 | |
parent | Add xulrunner detection patch to prevent breakage when seamonkey-1 is install... (diff) | |
download | gentoo-2-e714399b1c9a32e924aa24644c34c3e2e8c6804b.tar.gz gentoo-2-e714399b1c9a32e924aa24644c34c3e2e8c6804b.tar.bz2 gentoo-2-e714399b1c9a32e924aa24644c34c3e2e8c6804b.zip |
stable sparc, bug 288685
(Portage version: 2.1.6.13/cvs/Linux x86_64)
-rw-r--r-- | net-misc/tigervnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/tigervnc/ChangeLog b/net-misc/tigervnc/ChangeLog index 1f04cf2ed859..f6f01787002b 100644 --- a/net-misc/tigervnc/ChangeLog +++ b/net-misc/tigervnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tigervnc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.31 2010/01/16 19:04:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/ChangeLog,v 1.32 2010/01/22 14:26:23 tcunha Exp $ + + 22 Jan 2010; Tiago Cunha <tcunha@gentoo.org> tigervnc-1.0.0-r2.ebuild: + stable sparc, bug 288685 16 Jan 2010; Raúl Porcel <armin76@gentoo.org> tigervnc-1.0.0-r2.ebuild: arm stable diff --git a/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild b/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild index f79238eea061..f1934a21c521 100644 --- a/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild +++ b/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild,v 1.6 2010/01/16 19:04:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tigervnc/tigervnc-1.0.0-r2.ebuild,v 1.7 2010/01/22 14:26:23 tcunha Exp $ EAPI="1" @@ -22,7 +22,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh sparc x86" IUSE="+opengl server +xorgmodule" RDEPEND="sys-libs/zlib |