diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-20 21:54:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-20 21:54:15 +0000 |
commit | 15b2ce69bf4ea2e2c1a9789ed71705636f1a7561 (patch) | |
tree | a236805fb1176ee875a9dd20beaeb63fa2a2cd08 /sci-mathematics/gwnum/gwnum-277.ebuild | |
parent | License for sci-mathematics/gwnum, bug 465566. (diff) | |
download | historical-15b2ce69bf4ea2e2c1a9789ed71705636f1a7561.tar.gz historical-15b2ce69bf4ea2e2c1a9789ed71705636f1a7561.tar.bz2 historical-15b2ce69bf4ea2e2c1a9789ed71705636f1a7561.zip |
Fix LICENSE and add bindist restriction, bug 465566.
Package-Manager: portage-2.1.11.62/cvs/Linux x86_64
Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'sci-mathematics/gwnum/gwnum-277.ebuild')
-rw-r--r-- | sci-mathematics/gwnum/gwnum-277.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-mathematics/gwnum/gwnum-277.ebuild b/sci-mathematics/gwnum/gwnum-277.ebuild index 02b806550059..7e62abba7265 100644 --- a/sci-mathematics/gwnum/gwnum-277.ebuild +++ b/sci-mathematics/gwnum/gwnum-277.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/sci-mathematics/gwnum/gwnum-277.ebuild,v 1.2 2012/11/28 08:19:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gwnum/gwnum-277.ebuild,v 1.3 2013/04/20 21:54:01 ulm Exp $ EAPI=4 DESCRIPTION="George Woltman's GWNUM library" @@ -10,11 +10,12 @@ SRC_URI="http://gentooexperimental.org/~patrick/${P}.tar.bz2" inherit eutils -LICENSE="as-is" # No explicit license info, but some files have as-is +LICENSE="gwnum BSD GPL-2+" SLOT="0" # Need to test if it actually compiles on x86 KEYWORDS="~amd64 ~x86" IUSE="" +RESTRICT="bindist" #465566 DEPEND="" RDEPEND="${DEPEND}" |