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
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')
-rw-r--r--app-text/crm114/ChangeLog8
-rw-r--r--app-text/crm114/crm114-20100106.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/app-text/crm114/ChangeLog b/app-text/crm114/ChangeLog
index 8fe118e3db4b..093d79253f20 100644
--- a/app-text/crm114/ChangeLog
+++ b/app-text/crm114/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/crm114
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.46 2011/07/31 09:13:07 steev Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.47 2011/07/31 20:10:14 steev Exp $
+
+ 31 Jul 2011; Steev Klimaszewsk <steev@gentoo.org> crm114-20100106.ebuild:
+ 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.
31 Jul 2011; Steev Klimaszewsk <steev@gentoo.org> crm114-20100106.ebuild:
By default, crm114 is built +static, however tre is not built +static-libs.
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 )"