diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-22 19:37:48 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-22 19:37:48 +0000 |
commit | e26dc66ab4c52720a7b72f9852731074a784812d (patch) | |
tree | 98f98d85a8aada90dec02d9a2ab7d21827bc8ffc | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-e26dc66ab4c52720a7b72f9852731074a784812d.tar.gz gentoo-2-e26dc66ab4c52720a7b72f9852731074a784812d.tar.bz2 gentoo-2-e26dc66ab4c52720a7b72f9852731074a784812d.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 0xFDE8EF85AE5719A3)
-rw-r--r-- | net-misc/tightvnc/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/tightvnc/ChangeLog b/net-misc/tightvnc/ChangeLog index b7c236589dfa..3eb7355613e8 100644 --- a/net-misc/tightvnc/ChangeLog +++ b/net-misc/tightvnc/ChangeLog @@ -1,6 +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.151 2013/02/16 09:50:14 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/ChangeLog,v 1.152 2013/02/22 19:37:48 zmedico Exp $ + + 22 Feb 2013; Zac Medico <zmedico@gentoo.org> tightvnc-1.3.10-r1.ebuild: + Add ~arm-linux keyword. 16 Feb 2013; Zac Medico <zmedico@gentoo.org> tightvnc-1.3.10-r1.ebuild: Split out src_prepare from src_unpack. diff --git a/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild b/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild index 2051dd1e0f63..bb460e17efe1 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.15 2013/02/16 09:50:14 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tightvnc/tightvnc-1.3.10-r1.ebuild,v 1.16 2013/02/22 19:37:48 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 ~arm-linux ~x86-linux" LICENSE="GPL-2" SLOT="0" |