diff options
author | 2013-02-27 04:24:49 +0000 | |
---|---|---|
committer | 2013-02-27 04:24:49 +0000 | |
commit | b7a25c01f8130ba5da101e36cd4063b91285463e (patch) | |
tree | 8de71e4fe6750455947a91b8a6bc431b1b6d9442 /net-libs/libvncserver | |
parent | Migrate to EAPI 5. Add upstream metadata. Use REQUIRED_USE wrt bug #425834. (diff) | |
download | gentoo-2-b7a25c01f8130ba5da101e36cd4063b91285463e.tar.gz gentoo-2-b7a25c01f8130ba5da101e36cd4063b91285463e.tar.bz2 gentoo-2-b7a25c01f8130ba5da101e36cd4063b91285463e.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p17/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'net-libs/libvncserver')
-rw-r--r-- | net-libs/libvncserver/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libvncserver/ChangeLog b/net-libs/libvncserver/ChangeLog index 8157b22ee9e4..f7e1b55534b8 100644 --- a/net-libs/libvncserver/ChangeLog +++ b/net-libs/libvncserver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libvncserver # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.72 2013/01/21 01:24:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/ChangeLog,v 1.73 2013/02/27 04:24:49 zmedico Exp $ + + 27 Feb 2013; Zac Medico <zmedico@gentoo.org> libvncserver-0.9.9-r1.ebuild: + Add ~arm-linux keyword. 21 Jan 2013; Mike Frysinger <vapier@gentoo.org> libvncserver-0.9.8.2-r2.ebuild, libvncserver-0.9.9-r1.ebuild, diff --git a/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild index f65e3e8ed9b3..c9e238788d0b 100644 --- a/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild +++ b/net-libs/libvncserver/libvncserver-0.9.9-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-libs/libvncserver/libvncserver-0.9.9-r1.ebuild,v 1.3 2013/01/21 01:24:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild,v 1.4 2013/02/27 04:24:49 zmedico Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="http://libvncserver.sourceforge.net/LibVNCServer-${PV/_}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="+24bpp gcrypt gnutls ipv6 +jpeg +png ssl static-libs test threads +zlib" REQUIRED_USE="png? ( zlib )" |