diff options
-rw-r--r-- | sys-fs/quota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/quota/quota-3.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/quota/ChangeLog b/sys-fs/quota/ChangeLog index c5bc2e3261b5..6be80d848a96 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.43 2009/06/07 19:17:18 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.44 2009/06/11 05:36:38 jer Exp $ + + 11 Jun 2009; Jeroen Roovers <jer@gentoo.org> quota-3.17.ebuild: + Stable for HPPA (bug #272531). 07 Jun 2009; Tobias Klausmann <klausman@gentoo.org> quota-3.17.ebuild: Stable on alpha, bug #272531 diff --git a/sys-fs/quota/quota-3.17.ebuild b/sys-fs/quota/quota-3.17.ebuild index bbe302853fde..f53ebf065626 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.4 2009/06/07 19:17:18 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.17.ebuild,v 1.5 2009/06/11 05:36:38 jer 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 ) |