diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-08-11 16:50:23 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-08-11 16:50:23 +0000 |
commit | 172e011913a3ff1790013b479e6e4ffe29ae6328 (patch) | |
tree | 616d249994c2d2480d8075cd5a9ec89cba0a19bc /dev-libs | |
parent | Removing Gnome 2.14 (diff) | |
download | gentoo-2-172e011913a3ff1790013b479e6e4ffe29ae6328.tar.gz gentoo-2-172e011913a3ff1790013b479e6e4ffe29ae6328.tar.bz2 gentoo-2-172e011913a3ff1790013b479e6e4ffe29ae6328.zip |
Fixed LICENSE.
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/oniguruma/oniguruma-2.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/oniguruma/oniguruma-2.3.2.ebuild b/dev-libs/oniguruma/oniguruma-2.3.2.ebuild index d6201ffb8c98..84e11b6392ee 100644 --- a/dev-libs/oniguruma/oniguruma-2.3.2.ebuild +++ b/dev-libs/oniguruma/oniguruma-2.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-2.3.2.ebuild,v 1.4 2007/07/21 20:43:33 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-2.3.2.ebuild,v 1.5 2007/08/11 16:50:23 matsuu Exp $ MY_P="onigd${PV//./_}" @@ -8,7 +8,7 @@ DESCRIPTION="Regular expression library" HOMEPAGE="http://www.geocities.jp/kosako1/oniguruma/" SRC_URI="http://www.geocities.jp/kosako1/oniguruma/archive/${MY_P}.tar.gz" -LICENSE="BSD" +LICENSE="BSD-2" SLOT="0" KEYWORDS="x86 alpha ppc" |