summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-16 13:46:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-16 13:46:07 +0000
commited025b6b51a8beb4b7f2d4afd37f1b7946f959a9 (patch)
tree34759c456c416a6791b3febc55546929e5e30e68 /dev-libs/tre
parentStable for HPPA (bug #288899). (diff)
downloadgentoo-2-ed025b6b51a8beb4b7f2d4afd37f1b7946f959a9.tar.gz
gentoo-2-ed025b6b51a8beb4b7f2d4afd37f1b7946f959a9.tar.bz2
gentoo-2-ed025b6b51a8beb4b7f2d4afd37f1b7946f959a9.zip
Fix LICENSE too.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/tre')
-rw-r--r--dev-libs/tre/tre-0.8.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-libs/tre/tre-0.8.0.ebuild b/dev-libs/tre/tre-0.8.0.ebuild
index a542a57997af..14e940f1b373 100644
--- a/dev-libs/tre/tre-0.8.0.ebuild
+++ b/dev-libs/tre/tre-0.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild,v 1.1 2009/10/16 13:39:06 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.8.0.ebuild,v 1.2 2009/10/16 13:46:07 ssuominen Exp $
EAPI=2
@@ -8,7 +8,7 @@ DESCRIPTION="Lightweight, robust, and efficient POSIX compliant regexp matching
HOMEPAGE="http://laurikari.net/tre/"
SRC_URI="http://laurikari.net/tre/${P}.tar.bz2"
-LICENSE="LGPL-2.1"
+LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="nls static-libs"
@@ -16,10 +16,8 @@ IUSE="nls static-libs"
RDEPEND="!app-misc/glimpse
!app-text/agrep"
DEPEND="${RDEPEND}
- sys-apps/grep
- sys-apps/sed
- sys-devel/gettext
- dev-util/pkgconfig"
+ dev-util/pkgconfig
+ nls? ( sys-devel/gettext )"
src_configure() {
econf \