diff options
author | 2005-08-30 18:59:56 +0000 | |
---|---|---|
committer | 2005-08-30 18:59:56 +0000 | |
commit | 39b8d5de97cef872f669a3088f2a4ec0b0696254 (patch) | |
tree | e0950a4542b02dc9ad129a449d902ec17991d606 /sys-apps/findutils/findutils-4.2.23.ebuild | |
parent | Added a new patch to fix build on AMD64 thanks to Holger Thon <ht_gentoo04@ar... (diff) | |
download | gentoo-2-39b8d5de97cef872f669a3088f2a4ec0b0696254.tar.gz gentoo-2-39b8d5de97cef872f669a3088f2a4ec0b0696254.tar.bz2 gentoo-2-39b8d5de97cef872f669a3088f2a4ec0b0696254.zip |
Remove AFS support, bug #104132. Remove from package.mask.
(Portage version: 2.0.51.22-r2 flaming goat edition)
Diffstat (limited to 'sys-apps/findutils/findutils-4.2.23.ebuild')
-rw-r--r-- | sys-apps/findutils/findutils-4.2.23.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sys-apps/findutils/findutils-4.2.23.ebuild b/sys-apps/findutils/findutils-4.2.23.ebuild index c06878a93613..6204ad0d6de6 100644 --- a/sys-apps/findutils/findutils-4.2.23.ebuild +++ b/sys-apps/findutils/findutils-4.2.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.2.23.ebuild,v 1.1 2005/08/30 01:48:51 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/findutils/findutils-4.2.23.ebuild,v 1.2 2005/08/30 18:59:56 ciaranm Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -14,10 +14,9 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="nls build afs selinux static" +IUSE="nls build selinux static" -RDEPEND="afs? ( >=net-fs/openafs-1.3.85 ) - selinux? ( sys-libs/libselinux )" +RDEPEND="selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" @@ -34,10 +33,6 @@ src_unpack() { } src_compile() { - if use afs ; then - append-flags -DAFS - append-ldflags -lpam - fi export CPPFLAGS="${CXXFLAGS}" use static && append-ldflags -static |