diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 15:10:28 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 15:10:28 +0000 |
commit | 7f755673f5bb322d8a7a159b38846b6a5ac6aeaf (patch) | |
tree | 375e78d09caad5af727876024a7ca65096cb1405 /sys-kernel/redhat-sources | |
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/redhat-sources')
-rw-r--r-- | sys-kernel/redhat-sources/redhat-sources-2.4.18-r4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/redhat-sources/redhat-sources-2.4.18-r4.ebuild b/sys-kernel/redhat-sources/redhat-sources-2.4.18-r4.ebuild index 90c1c28694b9..9c2ee0e22464 100644 --- a/sys-kernel/redhat-sources/redhat-sources-2.4.18-r4.ebuild +++ b/sys-kernel/redhat-sources/redhat-sources-2.4.18-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Bruce A. Locke <blocke@shivan.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/redhat-sources/redhat-sources-2.4.18-r4.ebuild,v 1.1 2002/05/21 07:07:34 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/redhat-sources/redhat-sources-2.4.18-r4.ebuild,v 1.2 2002/07/09 15:10:28 aliz Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -19,6 +19,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.redhat.com/" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" if [ $ETYPE = "sources" ] && [ -z "`use build`" ] then |