summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-08 00:58:48 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-08 00:58:48 +0000
commit936d0ae618c67998752f887e19819767975b43f6 (patch)
tree5b4b2d247650cff2834930cff4f29723ad7e3ebe /sys-apps/shadow/shadow-4.0.11.1-r1.ebuild
parentMake the defaults USE more similar to current x86 profile. (diff)
downloadhistorical-936d0ae618c67998752f887e19819767975b43f6.tar.gz
historical-936d0ae618c67998752f887e19819767975b43f6.tar.bz2
historical-936d0ae618c67998752f887e19819767975b43f6.zip
use has_version instead of portageq has_version
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'sys-apps/shadow/shadow-4.0.11.1-r1.ebuild')
-rw-r--r--sys-apps/shadow/shadow-4.0.11.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild b/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild
index 2d05c4e7296a..fdbc3b3af869 100644
--- a/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild
+++ b/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild,v 1.6 2006/03/11 07:44:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.11.1-r1.ebuild,v 1.7 2006/04/08 00:58:48 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -144,7 +144,7 @@ src_install() {
local INSTALL_SYSTEM_PAMD="yes"
# Do not install below pam.d files if we have pam-0.78 or later
- portageq has_version / '>=sys-libs/pam-0.78' && \
+ has_version '>=sys-libs/pam-0.78' && \
INSTALL_SYSTEM_PAMD="no"
for x in "${FILESDIR}"/pam.d-include/*; do