diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-12 19:50:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-12 19:50:02 +0000 |
commit | b4821f8b5df76c82a0fcf7004e876086887fd2f9 (patch) | |
tree | 7396424479cae751201246f56b88f256cbbd2654 /dev-lang/yasm | |
parent | amd64/x86 stable, bug #312843 (diff) | |
download | gentoo-2-b4821f8b5df76c82a0fcf7004e876086887fd2f9.tar.gz gentoo-2-b4821f8b5df76c82a0fcf7004e876086887fd2f9.tar.bz2 gentoo-2-b4821f8b5df76c82a0fcf7004e876086887fd2f9.zip |
LICENSE is all of Artistic, BSD, GPL-2 and LGPL-2.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/yasm')
-rw-r--r-- | dev-lang/yasm/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/yasm/yasm-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/yasm/ChangeLog b/dev-lang/yasm/ChangeLog index db12334657f3..8ae017d0c9e2 100644 --- a/dev-lang/yasm/ChangeLog +++ b/dev-lang/yasm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/yasm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.36 2010/04/12 19:43:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/ChangeLog,v 1.37 2010/04/12 19:50:02 ssuominen Exp $ + + 12 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> yasm-1.0.0.ebuild: + LICENSE is all of Artistic, BSD, GPL-2 and LGPL-2. *yasm-1.0.0 (12 Apr 2010) diff --git a/dev-lang/yasm/yasm-1.0.0.ebuild b/dev-lang/yasm/yasm-1.0.0.ebuild index 04981d45926a..463d4a807bca 100644 --- a/dev-lang/yasm/yasm-1.0.0.ebuild +++ b/dev-lang/yasm/yasm-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.0.0.ebuild,v 1.1 2010/04/12 19:43:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/yasm/yasm-1.0.0.ebuild,v 1.2 2010/04/12 19:50:02 ssuominen Exp $ EAPI=2 @@ -8,7 +8,7 @@ DESCRIPTION="Assembler that supports amd64" HOMEPAGE="http://www.tortall.net/projects/yasm/" SRC_URI="http://www.tortall.net/projects/yasm/releases/${P}.tar.gz" -LICENSE="BSD" +LICENSE="Artistic BSD 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" |