diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-04 16:48:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-04 16:48:58 +0000 |
commit | 2b54de918e0ce65d64dbd0d5acec2ff9572d9089 (patch) | |
tree | 25b865c9223d337a3ac69cd12df73c59bde12635 /sys-fs | |
parent | Stable on amd64 wrt bug #368723 (diff) | |
download | historical-2b54de918e0ce65d64dbd0d5acec2ff9572d9089.tar.gz historical-2b54de918e0ce65d64dbd0d5acec2ff9572d9089.tar.bz2 historical-2b54de918e0ce65d64dbd0d5acec2ff9572d9089.zip |
Depend on SLOT 1.1 of libnl #393065 by Justin Lecher.
Package-Manager: portage-2.2.0_alpha75/cvs/Linux x86_64
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/quota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/quota/quota-4.00.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-fs/quota/ChangeLog b/sys-fs/quota/ChangeLog index 0fa932eeaa0b..488ac67265bf 100644 --- a/sys-fs/quota/ChangeLog +++ b/sys-fs/quota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/quota # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.60 2011/09/14 04:58:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.61 2011/12/04 16:48:58 vapier Exp $ + + 04 Dec 2011; Mike Frysinger <vapier@gentoo.org> quota-4.00.ebuild: + Depend on SLOT 1.1 of libnl #393065 by Justin Lecher. *quota-4.00 (14 Sep 2011) diff --git a/sys-fs/quota/quota-4.00.ebuild b/sys-fs/quota/quota-4.00.ebuild index a97a76bc076c..d9dbf8f80454 100644 --- a/sys-fs/quota/quota-4.00.ebuild +++ b/sys-fs/quota/quota-4.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.00.ebuild,v 1.1 2011/09/14 04:58:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-4.00.ebuild,v 1.2 2011/12/04 16:48:58 vapier Exp $ EAPI="2" @@ -16,7 +16,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="ldap netlink nls rpc tcpd" RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 ) - netlink? ( sys-apps/dbus dev-libs/libnl ) + netlink? ( + sys-apps/dbus + dev-libs/libnl:1.1 + ) rpc? ( net-nds/rpcbind ) tcpd? ( sys-apps/tcp-wrappers )" DEPEND="${RDEPEND} |