diff options
author | 2006-07-16 06:27:58 +0000 | |
---|---|---|
committer | 2006-07-16 06:27:58 +0000 | |
commit | 9e462c7b499ce44dcffd4a2a3b5a9d450d825b0f (patch) | |
tree | 00fad8b8996647fe6a38255481f82c1fb58bbb0d /eclass | |
parent | Make xinerama support optional #139594 by Viktor Griph. (diff) | |
download | gentoo-2-9e462c7b499ce44dcffd4a2a3b5a9d450d825b0f.tar.gz gentoo-2-9e462c7b499ce44dcffd4a2a3b5a9d450d825b0f.tar.bz2 gentoo-2-9e462c7b499ce44dcffd4a2a3b5a9d450d825b0f.zip |
Reuse ebuild's HOMEPAGE, not just plainly ignore it
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index 967d1d233b16..5ba4eda47af0 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.180 2006/07/12 16:23:34 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.181 2006/07/16 06:27:58 phreak Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 @@ -70,7 +70,7 @@ if [[ ${CTARGET} == ${CHOST} && ${CATEGORY/cross-} != ${CATEGORY} ]]; then export CTARGET=${CATEGORY/cross-} fi -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" +HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/ ${HOMEPAGE}" LICENSE="GPL-2" # No need to run scanelf/strip on kernel sources/headers (bug #134453). |