diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2009-09-01 09:39:09 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2009-09-01 09:39:09 +0000 |
commit | d58d5d447bce7d8a09038e5ad0c23736c94f93b2 (patch) | |
tree | b9807e70db3741deac29dbd0492c957429d76c9d /sys-fs/udev | |
parent | Version bump <http://my.opera.com/community/blog/2009/08/25/the-adventures-of... (diff) | |
download | gentoo-2-d58d5d447bce7d8a09038e5ad0c23736c94f93b2.tar.gz gentoo-2-d58d5d447bce7d8a09038e5ad0c23736c94f93b2.tar.bz2 gentoo-2-d58d5d447bce7d8a09038e5ad0c23736c94f93b2.zip |
Move glibc to be in DEPEND and RDEPEND.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/udev/udev-145.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index d3d4951bd9a8..7625b1ee0bfe 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.483 2009/08/31 15:51:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.484 2009/09/01 09:39:09 zzam Exp $ + + 01 Sep 2009; Matthias Schwarzott <zzam@gentoo.org> udev-145.ebuild: + Move glibc to be in DEPEND and RDEPEND. 31 Aug 2009; Raúl Porcel <armin76@gentoo.org> udev-141.ebuild: arm/ia64/s390/sh/sparc stable wrt #254616 diff --git a/sys-fs/udev/udev-145.ebuild b/sys-fs/udev/udev-145.ebuild index 35b5bce81974..206e4c53ccc2 100644 --- a/sys-fs/udev/udev-145.ebuild +++ b/sys-fs/udev/udev-145.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145.ebuild,v 1.3 2009/08/15 22:22:42 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-145.ebuild,v 1.4 2009/09/01 09:39:09 zzam Exp $ EAPI="1" @@ -29,11 +29,11 @@ COMMON_DEPEND="selinux? ( sys-libs/libselinux ) sys-apps/pciutils dev-libs/glib:2 ) - >=sys-apps/util-linux-2.16" + >=sys-apps/util-linux-2.16 + >=sys-libs/glibc-2.7" DEPEND="${COMMON_DEPEND} - extras? ( dev-util/gperf ) - >=sys-libs/glibc-2.7" + extras? ( dev-util/gperf )" RDEPEND="${COMMON_DEPEND} !sys-apps/coldplug |