diff options
Diffstat (limited to 'dev-lang/nasm/nasm-2.07.ebuild')
-rw-r--r-- | dev-lang/nasm/nasm-2.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/nasm/nasm-2.07.ebuild b/dev-lang/nasm/nasm-2.07.ebuild index 193c1c2dd88f..1585f46c33a1 100644 --- a/dev-lang/nasm/nasm-2.07.ebuild +++ b/dev-lang/nasm/nasm-2.07.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/nasm/nasm-2.07.ebuild,v 1.5 2010/01/02 18:39:11 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.07.ebuild,v 1.6 2010/06/23 23:01:09 mr_bones_ Exp $ EAPI=2 inherit autotools eutils toolchain-funcs flag-o-matic @@ -9,7 +9,7 @@ DESCRIPTION="groovy little assembler" HOMEPAGE="http://nasm.sourceforge.net/" SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.bz2" -LICENSE="LGPL-2.1" +LICENSE="BSD-2" SLOT="0" KEYWORDS="-* amd64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc" |