diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-01-21 01:25:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-21 01:25:00 +0000 |
commit | a3936165009a1aee2254f14d87cc0d75e4c10092 (patch) | |
tree | d4312150800e593a9219ea1fe479bf6fca7c469c /net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild | |
parent | Disable SysV init script compatibility. Thanks to Michał Bartoszkiewicz on b... (diff) | |
download | historical-a3936165009a1aee2254f14d87cc0d75e4c10092.tar.gz historical-a3936165009a1aee2254f14d87cc0d75e4c10092.tar.bz2 historical-a3936165009a1aee2254f14d87cc0d75e4c10092.zip |
Add s390 keywords #453114 by Sergey Popov.
Package-Manager: portage-2.2.0_alpha144/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild')
-rw-r--r-- | net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild b/net-libs/libvncserver/libvncserver-0.9.9-r1.ebuild index 2b656712c232..f65e3e8ed9b3 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-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-libs/libvncserver/libvncserver-0.9.9-r1.ebuild,v 1.2 2012/11/14 21:30:11 floppym Exp $ +# $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 $ 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 ~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 ~x86-linux" IUSE="+24bpp gcrypt gnutls ipv6 +jpeg +png ssl static-libs test threads +zlib" REQUIRED_USE="png? ( zlib )" |