diff options
author | 2002-07-09 15:10:28 +0000 | |
---|---|---|
committer | 2002-07-09 15:10:28 +0000 | |
commit | 7f755673f5bb322d8a7a159b38846b6a5ac6aeaf (patch) | |
tree | 375e78d09caad5af727876024a7ca65096cb1405 /sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild | |
parent | small fixor (diff) | |
download | gentoo-2-7f755673f5bb322d8a7a159b38846b6a5ac6aeaf.tar.gz gentoo-2-7f755673f5bb322d8a7a159b38846b6a5ac6aeaf.tar.bz2 gentoo-2-7f755673f5bb322d8a7a159b38846b6a5ac6aeaf.zip |
Added LICENSE, KEYWORDS and SLOT tags
Diffstat (limited to 'sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild')
-rw-r--r-- | sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild b/sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild index 3c109734e6ec..f9830df0e241 100644 --- a/sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild +++ b/sys-kernel/ppc-sources/ppc-sources-2.4.19.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Kain X <kain@gentoo.org> -# $Id: ppc-sources-2.4.19.ebuild,v 1.3 2002/05/08 05:59:25 drobbins Exp $ +# $Id: ppc-sources-2.4.19.ebuild,v 1.4 2002/07/09 15:10:28 aliz Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -29,6 +29,8 @@ SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 http:/ PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="ppc" XFSV=20020124 |