summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-10-20 15:27:25 +0000
committerFabian Groffen <grobian@gentoo.org>2006-10-20 15:27:25 +0000
commit801a68a9167d5b78f8ef6a0e042c9f17ec172764 (patch)
tree2ced45b101d34d77c17f28612c7e7ae5aac4066a /mail-client/pine
parentCleaning up ebuilds (diff)
downloadgentoo-2-801a68a9167d5b78f8ef6a0e042c9f17ec172764.tar.gz
gentoo-2-801a68a9167d5b78f8ef6a0e042c9f17ec172764.tar.bz2
gentoo-2-801a68a9167d5b78f8ef6a0e042c9f17ec172764.zip
Get rid of ppc-macos conditional for nothing.
(Portage version: 2.1.1)
Diffstat (limited to 'mail-client/pine')
-rw-r--r--mail-client/pine/pine-4.64-r5.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/mail-client/pine/pine-4.64-r5.ebuild b/mail-client/pine/pine-4.64-r5.ebuild
index 9835bebfc3e0..44f8a293d649 100644
--- a/mail-client/pine/pine-4.64-r5.ebuild
+++ b/mail-client/pine/pine-4.64-r5.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/mail-client/pine/pine-4.64-r5.ebuild,v 1.1 2006/10/07 01:02:45 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/pine/pine-4.64-r5.ebuild,v 1.2 2006/10/20 15:27:25 grobian Exp $
inherit eutils
@@ -142,14 +142,10 @@ src_compile() {
myconf="${myconf} EXTRAAUTHENTICATORS=gss"
fi
- if use ppc-macos; then
- target=osx
+ if use pam ; then
+ target=lnp
else
- if use pam ; then
- target=lnp
- else
- target=slx
- fi
+ target=slx
fi
./build ${myconf} ${target} || die "compile problem"