summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2008-02-25 01:35:44 +0000
committerAlec Warner <antarus@gentoo.org>2008-02-25 01:35:44 +0000
commitc436c896e61bfb5c3191c177fca7f79644843c47 (patch)
treec07cc5d719650a63a0310c2088df0ca11a4a9cdd /net-nds/nis-utils
parentDisable testcases now that upstream added them, because they need device node... (diff)
downloadgentoo-2-c436c896e61bfb5c3191c177fca7f79644843c47.tar.gz
gentoo-2-c436c896e61bfb5c3191c177fca7f79644843c47.tar.bz2
gentoo-2-c436c896e61bfb5c3191c177fca7f79644843c47.zip
Typo in has_version spotted by Ludovic Bellier
(Portage version: 2.2_pre2)
Diffstat (limited to 'net-nds/nis-utils')
-rw-r--r--net-nds/nis-utils/ChangeLog7
-rw-r--r--net-nds/nis-utils/nis-utils-1.4.1-r3.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/net-nds/nis-utils/ChangeLog b/net-nds/nis-utils/ChangeLog
index b6374c91ac45..e43a899227c8 100644
--- a/net-nds/nis-utils/ChangeLog
+++ b/net-nds/nis-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nds/nis-utils
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nis-utils/ChangeLog,v 1.11 2006/12/02 23:44:43 beandog Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nis-utils/ChangeLog,v 1.12 2008/02/25 01:35:44 antarus Exp $
+
+ 25 Feb 2008; Alec Warner <antarus@gentoo.org> nis-utils-1.4.1-r3.ebuild:
+ Typo in has_version spotted by Ludovic Bellier
02 Dec 2006; Steve Dibb <beandog@gentoo.org> nis-utils-1.4.1-r2.ebuild:
Add ~amd64, 135102
diff --git a/net-nds/nis-utils/nis-utils-1.4.1-r3.ebuild b/net-nds/nis-utils/nis-utils-1.4.1-r3.ebuild
index 66a3b2534752..ab45d128fd91 100644
--- a/net-nds/nis-utils/nis-utils-1.4.1-r3.ebuild
+++ b/net-nds/nis-utils/nis-utils-1.4.1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nds/nis-utils/nis-utils-1.4.1-r3.ebuild,v 1.1 2008/01/16 02:38:43 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nds/nis-utils/nis-utils-1.4.1-r3.ebuild,v 1.2 2008/02/25 01:35:44 antarus Exp $
inherit eutils versionator
@@ -23,7 +23,7 @@ src_unpack() {
epatch "${FILESDIR}/${PN}-gmp-fixes.patch"
# nisping.c calls internal glibc functions, patch it if glibc is > 2.5
- has_version '>=sys-apps/glibc-2.6' && \
+ has_version '>=sys-libs/glibc-2.6' && \
epatch "${FILESDIR}/${PN}-glibc-internal-fix.patch"
}