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
commit656c73b2dcb2f0b11a43b3b3b0ac76c5c188b6ce (patch)
treeb584bd7ba85c5d8a543158d8fbb49964d0def8cd /sys-apps/shadow/shadow-4.0.12.ebuild
parentMake the defaults USE more similar to current x86 profile. (diff)
downloadgentoo-2-656c73b2dcb2f0b11a43b3b3b0ac76c5c188b6ce.tar.gz
gentoo-2-656c73b2dcb2f0b11a43b3b3b0ac76c5c188b6ce.tar.bz2
gentoo-2-656c73b2dcb2f0b11a43b3b3b0ac76c5c188b6ce.zip
use has_version instead of portageq has_version
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'sys-apps/shadow/shadow-4.0.12.ebuild')
-rw-r--r--sys-apps/shadow/shadow-4.0.12.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/shadow/shadow-4.0.12.ebuild b/sys-apps/shadow/shadow-4.0.12.ebuild
index 76751c9fe80d..5cb6b969cae3 100644
--- a/sys-apps/shadow/shadow-4.0.12.ebuild
+++ b/sys-apps/shadow/shadow-4.0.12.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.12.ebuild,v 1.6 2006/03/11 07:44:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.12.ebuild,v 1.7 2006/04/08 00:58:48 vapier Exp $
inherit eutils libtool toolchain-funcs flag-o-matic
@@ -146,7 +146,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