diff options
author | Chris PeBenito <pebenito@gentoo.org> | 2003-10-27 19:02:06 +0000 |
---|---|---|
committer | Chris PeBenito <pebenito@gentoo.org> | 2003-10-27 19:02:06 +0000 |
commit | de19b4fc777d7250d5930f80309072a37b6a8586 (patch) | |
tree | 82257f5c74f95fbb0d0600008db030fe14bbbe6e /sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild | |
parent | New Synaptics driver 0.12.0. Initial support for ALPS touchpads. (diff) | |
download | gentoo-2-de19b4fc777d7250d5930f80309072a37b6a8586.tar.gz gentoo-2-de19b4fc777d7250d5930f80309072a37b6a8586.tar.bz2 gentoo-2-de19b4fc777d7250d5930f80309072a37b6a8586.zip |
Add linux-headers dependancy to close #31580.
Diffstat (limited to 'sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild')
-rw-r--r-- | sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild b/sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild index 6808f4a4ae7e..baf24e9cbc00 100644 --- a/sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild +++ b/sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild,v 1.4 2003/10/15 21:12:40 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mkinitrd/mkinitrd-3.5.7.ebuild,v 1.5 2003/10/27 19:01:58 pebenito Exp $ IUSE="selinux" @@ -12,6 +12,7 @@ SLOT="0" KEYWORDS="x86 ppc" DEPEND="dev-libs/popt + >=sys-kernel/linux-headers-2.4.19-r1 x86? ( dev-libs/dietlibc )" RDEPEND="app-shells/bash" |