diff options
author | 2004-03-13 01:45:19 +0000 | |
---|---|---|
committer | 2004-03-13 01:45:19 +0000 | |
commit | c760ebdb0ee19cd9235b48efd3b88ea0246db83d (patch) | |
tree | e43b587f4fa880ebaba81d50130247757ad5e71d /dev-util/global/global-4.5.ebuild | |
parent | touchups (diff) | |
download | gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.tar.gz gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.tar.bz2 gentoo-2-c760ebdb0ee19cd9235b48efd3b88ea0246db83d.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-util/global/global-4.5.ebuild')
-rw-r--r-- | dev-util/global/global-4.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/global/global-4.5.ebuild b/dev-util/global/global-4.5.ebuild index b43e5118d7b9..ca6b36360437 100644 --- a/dev-util/global/global-4.5.ebuild +++ b/dev-util/global/global-4.5.ebuild @@ -1,13 +1,12 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.ebuild,v 1.4 2003/09/06 08:39:20 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.ebuild,v 1.5 2004/03/13 01:43:18 mr_bones_ Exp $ DEPEND=">=sys-libs/glibc-2.2" DESCRIPTION="Global can find the locations of specified object in C, C++, Yacc, Java and assembler source files." HOMEPAGE="http://www.gnu.org" LICENSE="GPL-2" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -S=${WORKDIR}/${P} IUSE="" KEYWORDS="x86" SLOT="0" |