summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Klimaszewski <steev@gentoo.org>2011-07-31 20:10:14 +0000
committerStephen Klimaszewski <steev@gentoo.org>2011-07-31 20:10:14 +0000
commitf95cabcf9bf2331a4ac6ace58a280fba93b6c330 (patch)
treeed81321c3fc904c20fc42bb15b384a07ed3d424d /app-text/crm114/crm114-20100106.ebuild
parentStable for HPPA (bug #373225). (diff)
downloadgentoo-2-f95cabcf9bf2331a4ac6ace58a280fba93b6c330.tar.gz
gentoo-2-f95cabcf9bf2331a4ac6ace58a280fba93b6c330.tar.bz2
gentoo-2-f95cabcf9bf2331a4ac6ace58a280fba93b6c330.zip
Remove static as a default useflag. This closes Bug 299503, and also fix the static/!static use dependencies. Without static, we don't actually care if static-libs is set on
tre. (Portage version: 2.1.10.9/cvs/Linux x86_64)
Diffstat (limited to 'app-text/crm114/crm114-20100106.ebuild')
-rw-r--r--app-text/crm114/crm114-20100106.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/crm114/crm114-20100106.ebuild b/app-text/crm114/crm114-20100106.ebuild
index 39fe1ae033ef..ae0b7a6216eb 100644
--- a/app-text/crm114/crm114-20100106.ebuild
+++ b/app-text/crm114/crm114-20100106.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20100106.ebuild,v 1.2 2011/07/31 09:13:07 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/crm114-20100106.ebuild,v 1.3 2011/07/31 20:10:14 steev Exp $
EAPI=2
@@ -15,11 +15,11 @@ SRC_URI="http://crm114.sourceforge.net/tarballs/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
-IUSE="mew mimencode nls normalizemime +static test"
+IUSE="mew mimencode nls normalizemime static test"
RDEPEND="
static? ( dev-libs/tre[static-libs] )
- !static? ( dev-libs/tre[-static-libs] )
+ !static? ( dev-libs/tre )
mew? ( app-emacs/mew )
mimencode? ( net-mail/metamail )
normalizemime? ( mail-filter/normalizemime )"