diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-14 13:49:48 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-01-14 13:49:48 +0000 |
commit | f06ed0da2217c2bbe47959bb66ecb8f43ebaaba0 (patch) | |
tree | 0170688981fa89a4378d2768b33c8a528a7f7965 /sys-apps | |
parent | add KDE_DERIVATION_MAP and functions that map between split ebuilds and the m... (diff) | |
download | gentoo-2-f06ed0da2217c2bbe47959bb66ecb8f43ebaaba0.tar.gz gentoo-2-f06ed0da2217c2bbe47959bb66ecb8f43ebaaba0.tar.bz2 gentoo-2-f06ed0da2217c2bbe47959bb66ecb8f43ebaaba0.zip |
Added virtual/os-headers to DEPEND. It was missing and as such util-linux was trying to update before linux-headers... thus missing the fix I placed in 2.6.8.1-r4 for 2.12p.
(Portage version: 2.0.51-r12)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/util-linux/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.12i-r1.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-2.12p.ebuild | 3 |
3 files changed, 11 insertions, 3 deletions
diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog index 7002acada037..1746773e87b3 100644 --- a/sys-apps/util-linux/ChangeLog +++ b/sys-apps/util-linux/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/util-linux # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.98 2005/01/11 23:22:07 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.99 2005/01/14 13:49:48 eradicator Exp $ + + 14 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org> + util-linux-2.12i-r1.ebuild, util-linux-2.12p.ebuild: + Added virtual/os-headers to DEPEND. It was missing and as such util-linux + was trying to update before linux-headers... thus missing the fix I placed + in 2.6.8.1-r4 for 2.12p. 11 Jan 2005; Stephen P. Becker <geoman@gentoo.org> util-linux-2.12i-r1.ebuild: diff --git a/sys-apps/util-linux/util-linux-2.12i-r1.ebuild b/sys-apps/util-linux/util-linux-2.12i-r1.ebuild index d99839b9bdc7..c3adb03f8df6 100644 --- a/sys-apps/util-linux/util-linux-2.12i-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.12i-r1.ebuild @@ -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/sys-apps/util-linux/util-linux-2.12i-r1.ebuild,v 1.9 2005/01/11 23:22:07 geoman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12i-r1.ebuild,v 1.10 2005/01/14 13:49:48 eradicator Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -20,6 +20,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="crypt nls static pam selinux perl" DEPEND="virtual/libc + virtual/os-headers >=sys-libs/ncurses-5.2-r2 >=sys-fs/e2fsprogs-1.34 selinux? ( sys-libs/libselinux ) diff --git a/sys-apps/util-linux/util-linux-2.12p.ebuild b/sys-apps/util-linux/util-linux-2.12p.ebuild index 5c09ce56b51e..2a4d5fa162d5 100644 --- a/sys-apps/util-linux/util-linux-2.12p.ebuild +++ b/sys-apps/util-linux/util-linux-2.12p.ebuild @@ -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/sys-apps/util-linux/util-linux-2.12p.ebuild,v 1.3 2005/01/13 14:26:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.12p.ebuild,v 1.4 2005/01/14 13:49:48 eradicator Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -20,6 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="crypt old-crypt nls static pam selinux perl" DEPEND="virtual/libc + virtual/os-headers >=sys-libs/ncurses-5.2-r2 >=sys-fs/e2fsprogs-1.34 selinux? ( sys-libs/libselinux ) |