summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-06-07 12:47:22 +0000
committerMarkus Meier <maekke@gentoo.org>2009-06-07 12:47:22 +0000
commitd8f78a03aab2bfad8fc9d4e04b65f424da872065 (patch)
tree9cc67b83b625ce9174f71ad965b1ecdc3788fe21 /sys-fs
parentamd64/x86 stable, bug #272486 (diff)
downloadgentoo-2-d8f78a03aab2bfad8fc9d4e04b65f424da872065.tar.gz
gentoo-2-d8f78a03aab2bfad8fc9d4e04b65f424da872065.tar.bz2
gentoo-2-d8f78a03aab2bfad8fc9d4e04b65f424da872065.zip
amd64/x86 stable, bug #272531
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/quota/ChangeLog5
-rw-r--r--sys-fs/quota/quota-3.17.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/quota/ChangeLog b/sys-fs/quota/ChangeLog
index 9995a903ee13..0595109295a6 100644
--- a/sys-fs/quota/ChangeLog
+++ b/sys-fs/quota/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/quota
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.41 2009/06/04 05:52:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.42 2009/06/07 12:47:22 maekke Exp $
+
+ 07 Jun 2009; Markus Meier <maekke@gentoo.org> quota-3.17.ebuild:
+ amd64/x86 stable, bug #272531
04 Jun 2009; Mike Frysinger <vapier@gentoo.org> quota-3.17.ebuild:
Allow portmap or rpcbind #272422 by Kevin Bryan.
diff --git a/sys-fs/quota/quota-3.17.ebuild b/sys-fs/quota/quota-3.17.ebuild
index ed7fc8ae8704..ba42712acca0 100644
--- a/sys-fs/quota/quota-3.17.ebuild
+++ b/sys-fs/quota/quota-3.17.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/quota/quota-3.17.ebuild,v 1.2 2009/06/04 05:52:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.3 2009/06/07 12:47:22 maekke Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/linuxquota/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
IUSE="nls tcpd ldap rpc"
RDEPEND="ldap? ( >=net-nds/openldap-2.3.35 )