diff options
author | 2012-07-12 08:51:13 +0000 | |
---|---|---|
committer | 2012-07-12 08:51:13 +0000 | |
commit | 1ce05f5507cba384d99bb85b1e9aff0c9669fe1a (patch) | |
tree | efc5e8ea45c3d8411d88bd12f435ef55bf6077b0 /net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild | |
parent | Add GPL-2 to LICENSE for init script, bug #426078 (diff) | |
download | gentoo-2-1ce05f5507cba384d99bb85b1e9aff0c9669fe1a.tar.gz gentoo-2-1ce05f5507cba384d99bb85b1e9aff0c9669fe1a.tar.bz2 gentoo-2-1ce05f5507cba384d99bb85b1e9aff0c9669fe1a.zip |
Add GPL-2 to LICENSE for init script, bug #426080
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild')
-rw-r--r-- | net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild b/net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild index 03349ca0e22a..3f32779be8b7 100644 --- a/net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild +++ b/net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild,v 1.1 2012/06/07 22:51:44 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nxserver-freeedition/nxserver-freeedition-3.5.0.11.ebuild,v 1.2 2012/07/12 08:51:13 voyageur Exp $ EAPI=4 @@ -13,7 +13,8 @@ HOMEPAGE="http://www.nomachine.com/" SRC_URI="amd64? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/FE/nxserver-${FULL_PV}.x86_64.tar.gz ) x86? ( http://64.34.161.181/download/${MAJOR_PV}/Linux/FE/nxserver-${FULL_PV}.i386.tar.gz )" -LICENSE="nomachine" +# GPL-2 for Gentoo init script +LICENSE="nomachine GPL-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" |