diff options
author | Olivier Crête <tester@gentoo.org> | 2007-01-16 22:00:19 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2007-01-16 22:00:19 +0000 |
commit | 7e5ab55aac792916147f5fde7982eedb6e19140a (patch) | |
tree | 42245253e0bafaa3dacd0b96a8872c7911b98ba0 /net-libs | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-7e5ab55aac792916147f5fde7982eedb6e19140a.tar.gz gentoo-2-7e5ab55aac792916147f5fde7982eedb6e19140a.tar.bz2 gentoo-2-7e5ab55aac792916147f5fde7982eedb6e19140a.zip |
Stable on amd64 per bug #161640
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnfsidmap/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libnfsidmap/libnfsidmap-0.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libnfsidmap/ChangeLog b/net-libs/libnfsidmap/ChangeLog index b17e83ce00ba..6fb2eb697c11 100644 --- a/net-libs/libnfsidmap/ChangeLog +++ b/net-libs/libnfsidmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libnfsidmap # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.7 2007/01/12 17:03:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/ChangeLog,v 1.8 2007/01/16 22:00:19 tester Exp $ + + 16 Jan 2007; Olivier Crête <tester@gentoo.org> libnfsidmap-0.17.ebuild: + Stable on amd64 per bug #161640 12 Jan 2007; Markus Rothe <corsair@gentoo.org> libnfsidmap-0.17.ebuild: Stable on ppc64; bug #161640 diff --git a/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild b/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild index 27918be2c788..b3df335fa258 100644 --- a/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild +++ b/net-libs/libnfsidmap/libnfsidmap-0.17.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/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild,v 1.8 2007/01/12 17:03:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnfsidmap/libnfsidmap-0.17.ebuild,v 1.9 2007/01/16 22:00:19 tester Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ppc64 s390 sh sparc x86" IUSE="ldap" DEPEND="ldap? ( net-nds/openldap )" |