diff options
author | 2011-11-20 00:04:16 +0000 | |
---|---|---|
committer | 2011-11-20 00:04:16 +0000 | |
commit | bb599e3852380f67832d3eee312ae8acb6271a8f (patch) | |
tree | 5e7b1dd60b96273ec63c13eef1b04edcaece1476 /dev-lang/yasm/yasm-1.2.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-bb599e3852380f67832d3eee312ae8acb6271a8f.tar.gz gentoo-2-bb599e3852380f67832d3eee312ae8acb6271a8f.tar.bz2 gentoo-2-bb599e3852380f67832d3eee312ae8acb6271a8f.zip |
Missing BSD-2 license (frontends use it per COPYING) wrt #360501 by "Luke-Jr"
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/yasm/yasm-1.2.0.ebuild')
-rw-r--r-- | dev-lang/yasm/yasm-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/yasm/yasm-1.2.0.ebuild b/dev-lang/yasm/yasm-1.2.0.ebuild index bc8b62f4010d..88992b505fd7 100644 --- a/dev-lang/yasm/yasm-1.2.0.ebuild +++ b/dev-lang/yasm/yasm-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.1 2011/11/19 23:57:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.2.0.ebuild,v 1.2 2011/11/20 00:04:16 ssuominen Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.7" @@ -10,7 +10,7 @@ DESCRIPTION="An assembler for x86 and x86_64 instruction sets" HOMEPAGE="http://www.tortall.net/projects/yasm/" SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" -LICENSE="Artistic BSD GPL-2 LGPL-2" +LICENSE="Artistic BSD BSD-2 GPL-2 LGPL-2" SLOT="0" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" IUSE="nls python" |