diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-16 05:26:05 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-16 05:26:05 +0000 |
commit | 09991a93274706a8f120f0a9197cadcbb278a8bb (patch) | |
tree | 3d3f3b7a22a334feedff2da7c4c525edfc0b5f98 /net-misc/tightvnc | |
parent | Add ~x86-linux keyword. (diff) | |
download | gentoo-2-09991a93274706a8f120f0a9197cadcbb278a8bb.tar.gz gentoo-2-09991a93274706a8f120f0a9197cadcbb278a8bb.tar.bz2 gentoo-2-09991a93274706a8f120f0a9197cadcbb278a8bb.zip |
Fix for prefix and add ~x86-linux keyword.
(Portage version: 2.2.0_alpha163/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'net-misc/tightvnc')
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 4 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index 3919669c353d..2fb0225a3f1f 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,9 +1,9 @@ # ChangeLog for net-misc/tightvnc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.149 2013/02/16 05:06:34 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.150 2013/02/16 05:26:05 zmedico Exp $ 16 Feb 2013; Zac Medico <zmedico@gentoo.org> tightvnc-1.3.10-r1.ebuild: - Fix for prefix and add x86-linux keyword. + Fix for prefix and add ~x86-linux keyword. 05 Aug 2011; Raúl Porcel <armin76@gentoo.org> tightvnc-1.3.10-r1.ebuild, -files/vncviewer.png: diff --git a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild index 2890e8662da2..6ee8adda582a 100644 --- a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild +++ b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.12 2013/02/16 05:06:33 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.13 2013/02/16 05:26:05 zmedico Exp $ EAPI=3 inherit eutils toolchain-funcs java-pkg-opt-2 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/vnc-tight/${P}_unixsrc.tar.bz2 java? ( mirror://sourceforge/vnc-tight/${P}_javasrc.tar.gz )" HOMEPAGE="http://www.tightvnc.com/" -KEYWORDS="alpha amd64 arm hppa ~mips ppc sh sparc x86 ~x86-fbsd x86-linux" +KEYWORDS="alpha amd64 arm hppa ~mips ppc sh sparc x86 ~x86-fbsd ~x86-linux" LICENSE="GPL-2" SLOT="0" |