diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 21:57:21 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 21:57:21 +0000 |
commit | 802b719e5618513d8e4b87318409f9ee919fffcb (patch) | |
tree | 4c8531a3d72105784aa99c58a88215dbe8199d78 /net-misc/ssvnc | |
parent | Enable multilib. (diff) | |
download | gentoo-2-802b719e5618513d8e4b87318409f9ee919fffcb.tar.gz gentoo-2-802b719e5618513d8e4b87318409f9ee919fffcb.tar.bz2 gentoo-2-802b719e5618513d8e4b87318409f9ee919fffcb.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'net-misc/ssvnc')
-rw-r--r-- | net-misc/ssvnc/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/ssvnc/ssvnc-1.0.29.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-misc/ssvnc/ChangeLog b/net-misc/ssvnc/ChangeLog index 1272bdbe5ba7..a01b1d980b14 100644 --- a/net-misc/ssvnc/ChangeLog +++ b/net-misc/ssvnc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ssvnc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ssvnc/ChangeLog,v 1.25 2012/04/14 19:09:34 zmedico Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/ssvnc/ChangeLog,v 1.26 2013/02/25 21:57:21 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> ssvnc-1.0.29.ebuild: + Add ~arm-linux keyword. 14 Apr 2012; Zac Medico <zmedico@gentoo.org> ssvnc-1.0.29.ebuild: Add ~amd64-linux keyword. @@ -104,4 +107,3 @@ +files/ssvnc-1.0.22-build.patch, +files/ssvnc-1.0.22-optional-java.patch, +metadata.xml, +ssvnc-1.0.22.ebuild: Initial package by me. - diff --git a/net-misc/ssvnc/ssvnc-1.0.29.ebuild b/net-misc/ssvnc/ssvnc-1.0.29.ebuild index 25f0571e4fbd..6a1ac1cbfc39 100644 --- a/net-misc/ssvnc/ssvnc-1.0.29.ebuild +++ b/net-misc/ssvnc/ssvnc-1.0.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ssvnc/ssvnc-1.0.29.ebuild,v 1.2 2012/04/14 19:09:34 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ssvnc/ssvnc-1.0.29.ebuild,v 1.3 2013/02/25 21:57:21 zmedico Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ssvnc/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="java" RDEPEND="sys-libs/zlib |