From f95cabcf9bf2331a4ac6ace58a280fba93b6c330 Mon Sep 17 00:00:00 2001 From: Stephen Klimaszewski Date: Sun, 31 Jul 2011 20:10:14 +0000 Subject: 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) --- app-text/crm114/ChangeLog | 8 +++++++- app-text/crm114/crm114-20100106.ebuild | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'app-text/crm114') 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 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 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 )" -- cgit v1.2.3-65-gdbad