summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2002-11-25 19:30:11 +0000
committerStefan Jones <cretin@gentoo.org>2002-11-25 19:30:11 +0000
commit0914f6dcce7633a37825872a0a0f6cb323e7e857 (patch)
treea20753e3c2ae19c616a621bece864dc3b949d16e /net-ftp/proftpd
parentAdded DEBUG support and fixed the ssl certs directory (diff)
downloadgentoo-2-0914f6dcce7633a37825872a0a0f6cb323e7e857.tar.gz
gentoo-2-0914f6dcce7633a37825872a0a0f6cb323e7e857.tar.bz2
gentoo-2-0914f6dcce7633a37825872a0a0f6cb323e7e857.zip
fixed compile for sparc(64) and added sparc keywords
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r--net-ftp/proftpd/proftpd-1.2.7_rc3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-ftp/proftpd/proftpd-1.2.7_rc3.ebuild b/net-ftp/proftpd/proftpd-1.2.7_rc3.ebuild
index 34fb600ada57..b413a957e570 100644
--- a/net-ftp/proftpd/proftpd-1.2.7_rc3.ebuild
+++ b/net-ftp/proftpd/proftpd-1.2.7_rc3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.7_rc3.ebuild,v 1.5 2002/11/25 15:02:48 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.7_rc3.ebuild,v 1.6 2002/11/25 19:30:11 cretin Exp $
IUSE="ldap pam postgres mysql ssl tcpd"
@@ -17,7 +17,7 @@ HOMEPAGE="http://www.proftpd.net/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86"
+KEYWORDS="x86 sparc sparc64"
DEPEND="net-libs/libpcap
pam? ( >=sys-libs/pam-0.75 )
@@ -48,7 +48,8 @@ src_unpack() {
src_compile() {
local modules myconf
- modules="mod_ratio:mod_readme:mod_linuxprivs"
+ modules="mod_ratio:mod_readme"
+ use x86 && modules="${modules}:mod_linuxprivs"
use pam && modules="${modules}:mod_pam"
use tcpd && modules="${modules}:mod_wrap"