diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 21:41:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-24 21:41:56 +0000 |
commit | 188c44aeb0f8b91cbefee4c3ff81e290e95c3981 (patch) | |
tree | 2b26e235e643d568225979aa70973e2c95b5e475 /dev-util | |
parent | Marking 0.4 testing on Alpha. (Manifest recommit) (diff) | |
download | gentoo-2-188c44aeb0f8b91cbefee4c3ff81e290e95c3981.tar.gz gentoo-2-188c44aeb0f8b91cbefee4c3ff81e290e95c3981.tar.bz2 gentoo-2-188c44aeb0f8b91cbefee4c3ff81e290e95c3981.zip |
don't set DEPEND="${RDEPEND}" (actually do the fix)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 0eadd82cedd5..ea7b74529bfc 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ctags # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.16 2004/03/24 07:51:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.17 2004/03/24 21:41:56 mr_bones_ Exp $ + + 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ctags-5.5.ebuild: + don't set DEPEND="${RDEPEND}" (actually do the fix) 23 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ctags-5.2.3.ebuild, ctags-5.5-r1.ebuild, ctags-5.5.ebuild: diff --git a/dev-util/ctags/ctags-5.5.ebuild b/dev-util/ctags/ctags-5.5.ebuild index dadc620d1537..30c1648d7655 100644 --- a/dev-util/ctags/ctags-5.5.ebuild +++ b/dev-util/ctags/ctags-5.5.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-util/ctags/ctags-5.5.ebuild,v 1.5 2004/03/24 07:51:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.ebuild,v 1.6 2004/03/24 21:41:56 mr_bones_ Exp $ DESCRIPTION="Ctags generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 22 programming languages." HOMEPAGE="http://ctags.sourceforge.net" @@ -11,7 +11,7 @@ LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~sparc" IUSE="" -DEPEND="${RDEPEND}" +DEPEND="virtual/glibc" src_compile() { econf --with-posix-regex --without-readlib --disable-etags || die |