summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-07-09 22:39:11 +0000
committerTravis Tilley <lv@gentoo.org>2004-07-09 22:39:11 +0000
commit705e3b012783d57f2ffc113f813abe23573e2ec7 (patch)
treea092b65b2c4a3a0f223ed34848a5d8e81c6e2115 /sys-kernel/linux-headers/linux-headers-2.4.22.ebuild
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-705e3b012783d57f2ffc113f813abe23573e2ec7.tar.gz
gentoo-2-705e3b012783d57f2ffc113f813abe23573e2ec7.tar.bz2
gentoo-2-705e3b012783d57f2ffc113f813abe23573e2ec7.zip
remove all of linux-headers-2.6* in preparation for linux26-headers, and make linux-headers conflict with virtual/os-headers so the two cant accidentally be installed at the same time
Diffstat (limited to 'sys-kernel/linux-headers/linux-headers-2.4.22.ebuild')
-rw-r--r--sys-kernel/linux-headers/linux-headers-2.4.22.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild b/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild
index c9462c174c61..59b1d2d2c169 100644
--- a/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild
+++ b/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild,v 1.20 2004/06/24 22:58:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-headers/linux-headers-2.4.22.ebuild,v 1.21 2004/07/09 22:39:11 lv Exp $
ETYPE="headers"
inherit kernel eutils
@@ -24,6 +24,8 @@ SLOT="0"
PROVIDE="virtual/kernel virtual/os-headers"
KEYWORDS="ppc ~x86 -mips ppc64 s390"
+DEPEND="!virtual/os-headers"
+
pkg_setup() {
# Figure out what architecture we are, and set ARCH appropriately