diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-07-06 12:37:50 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-07-06 12:37:50 +0000 |
commit | 9e11d7900b520c1e17b1b63f4caae20845de8327 (patch) | |
tree | 73898b868eb0127695a0845055863a019a296712 | |
parent | Keyworded ~x86-fbsd (diff) | |
download | gentoo-2-9e11d7900b520c1e17b1b63f4caae20845de8327.tar.gz gentoo-2-9e11d7900b520c1e17b1b63f4caae20845de8327.tar.bz2 gentoo-2-9e11d7900b520c1e17b1b63f4caae20845de8327.zip |
Stable on amd64 wrt bug #184382
(Portage version: 2.1.3_rc6)
-rw-r--r-- | sys-fs/quota/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/quota/quota-3.14-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/quota/ChangeLog b/sys-fs/quota/ChangeLog index 7dfd779aed08..d375f0eddeac 100644 --- a/sys-fs/quota/ChangeLog +++ b/sys-fs/quota/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/quota # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.24 2007/07/06 04:29:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/ChangeLog,v 1.25 2007/07/06 12:37:50 angelos Exp $ + + 06 Jul 2007; Christoph Mende <angelos@gentoo.org> quota-3.14-r1.ebuild: + Stable on amd64 wrt bug #184382 06 Jul 2007; Mike Frysinger <vapier@gentoo.org> quota-3.14-r1.ebuild: Add -DLDAP_DEPRECATED=1 to CPPFLAGS #183359 by Andrew Ross. diff --git a/sys-fs/quota/quota-3.14-r1.ebuild b/sys-fs/quota/quota-3.14-r1.ebuild index ab4566da1034..295540c6c779 100644 --- a/sys-fs/quota/quota-3.14-r1.ebuild +++ b/sys-fs/quota/quota-3.14-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.14-r1.ebuild,v 1.2 2007/07/06 04:29:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/quota/quota-3.14-r1.ebuild,v 1.3 2007/07/06 12:37:50 angelos 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 ) |