diff options
Diffstat (limited to 'app-doc/abs-guide/abs-guide-2.5.ebuild')
-rw-r--r-- | app-doc/abs-guide/abs-guide-2.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/abs-guide/abs-guide-2.5.ebuild b/app-doc/abs-guide/abs-guide-2.5.ebuild index f9d558918e22..c1bfe461397d 100644 --- a/app-doc/abs-guide/abs-guide-2.5.ebuild +++ b/app-doc/abs-guide/abs-guide-2.5.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-2.5.ebuild,v 1.2 2004/02/22 18:38:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/abs-guide/abs-guide-2.5.ebuild,v 1.3 2004/06/07 00:42:15 dragonheart Exp $ DESCRIPTION="An advanced reference and a tutorial on bash shell scripting" SRC_URI="http://personal.riverusers.com/~thegrendel/${P}.tar.bz2" HOMEPAGE="http://www.tldp.org/LDP/abs/html" S="${WORKDIR}" +IUSE="" KEYWORDS="x86 sparc ppc alpha hppa" LICENSE="FDL-1.1" SLOT="0" |