diff options
Diffstat (limited to 'dev-util/global')
-rw-r--r-- | dev-util/global/global-4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/global/global-4.5.ebuild b/dev-util/global/global-4.5.ebuild index 01da76a71704..21d30ba48f4f 100644 --- a/dev-util/global/global-4.5.ebuild +++ b/dev-util/global/global-4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.2 2003/02/13 11:53:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/global/global-4.5.ebuild,v 1.3 2003/07/12 14:28:13 aliz 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." @@ -9,7 +9,7 @@ LICENSE="GPL-2" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" S=${WORKDIR}/${P} IUSE="" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" src_compile() { |