diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-12 00:04:56 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-12 00:04:56 +0000 |
commit | 71bd841ba587623a6e03dbd4798fc85dfb46d128 (patch) | |
tree | f4cc1c50f0fc19ab09a935cfed4a8318121f340a /dev-libs/tre/tre-0.6.8.ebuild | |
parent | Added RDEPEND=!dev-libs/tre due to both providing /usr/bin/agrep. bug #53250 ... (diff) | |
download | gentoo-2-71bd841ba587623a6e03dbd4798fc85dfb46d128.tar.gz gentoo-2-71bd841ba587623a6e03dbd4798fc85dfb46d128.tar.bz2 gentoo-2-71bd841ba587623a6e03dbd4798fc85dfb46d128.zip |
Added RDEPEND=!app-misc/glimpse due to both providing /usr/bin/agrep. bug #53250
Diffstat (limited to 'dev-libs/tre/tre-0.6.8.ebuild')
-rw-r--r-- | dev-libs/tre/tre-0.6.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/tre/tre-0.6.8.ebuild b/dev-libs/tre/tre-0.6.8.ebuild index 27cff146bf9f..14045b50ab11 100644 --- a/dev-libs/tre/tre-0.6.8.ebuild +++ b/dev-libs/tre/tre-0.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.6.8.ebuild,v 1.1 2004/06/08 00:18:11 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tre/tre-0.6.8.ebuild,v 1.2 2004/06/12 00:04:56 dragonheart Exp $ IUSE="nls static" @@ -21,7 +21,8 @@ DEPEND="virtual/glibc sys-devel/gcc dev-util/pkgconfig" -RDEPEND="virtual/glibc" +RDEPEND="virtual/glibc + !app-misc/glimpse" src_compile() { # Build TRE library. |