summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-07-16 06:27:58 +0000
committerChristian Heim <phreak@gentoo.org>2006-07-16 06:27:58 +0000
commitb6d0fa3cbdaa5cb0a49dd2a643c06f1b31802a2c (patch)
tree3dfd940a5a20b2511e567c1c8830cc428afa7f0e /eclass
parentMake xinerama support optional #139594 by Viktor Griph. (diff)
downloadhistorical-b6d0fa3cbdaa5cb0a49dd2a643c06f1b31802a2c.tar.gz
historical-b6d0fa3cbdaa5cb0a49dd2a643c06f1b31802a2c.tar.bz2
historical-b6d0fa3cbdaa5cb0a49dd2a643c06f1b31802a2c.zip
Reuse ebuild's HOMEPAGE, not just plainly ignore it
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kernel-2.eclass4
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).