diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2006-07-16 09:46:36 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2006-07-16 09:46:36 +0000 |
commit | ebc897c6e8880c463ac381e4c713493876a07550 (patch) | |
tree | afbf8182af20ceeab3be2569424d840ffaeba7c0 /app-arch/dump/dump-0.4.40.ebuild | |
parent | hppa stable, bug #139612 (diff) | |
download | gentoo-2-ebc897c6e8880c463ac381e4c713493876a07550.tar.gz gentoo-2-ebc897c6e8880c463ac381e4c713493876a07550.tar.bz2 gentoo-2-ebc897c6e8880c463ac381e4c713493876a07550.zip |
Get rid of --enable-staticz
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'app-arch/dump/dump-0.4.40.ebuild')
-rw-r--r-- | app-arch/dump/dump-0.4.40.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/dump/dump-0.4.40.ebuild b/app-arch/dump/dump-0.4.40.ebuild index a5e8b1ed69c1..f99b819825ab 100644 --- a/app-arch/dump/dump-0.4.40.ebuild +++ b/app-arch/dump/dump-0.4.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.40.ebuild,v 1.3 2005/11/29 02:57:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/dump/dump-0.4.40.ebuild,v 1.4 2006/07/16 09:46:36 truedfx Exp $ MY_P=${P/4./4b} S=${WORKDIR}/${MY_P} @@ -33,7 +33,6 @@ src_compile() { --with-{bin,man}grp=root \ --enable-largefile \ $(use_enable static) \ - $(use_enable static staticz) \ $(use_enable readline) \ || die emake || die |