diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-11 07:05:50 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-11 07:05:50 +0000 |
commit | f849b684e7c5d7dd436a4616fc9c800e6d033ebb (patch) | |
tree | 979edb524f8609b568ff233f3d436759db40be9c /sci-biology/emboss | |
parent | Version Bump, cleaned old (diff) | |
download | gentoo-2-f849b684e7c5d7dd436a4616fc9c800e6d033ebb.tar.gz gentoo-2-f849b684e7c5d7dd436a4616fc9c800e6d033ebb.tar.bz2 gentoo-2-f849b684e7c5d7dd436a4616fc9c800e6d033ebb.zip |
Remove largefile USE support and default to it
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/emboss')
-rw-r--r-- | sci-biology/emboss/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/emboss/emboss-6.3.1_p4.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/emboss/metadata.xml | 3 |
3 files changed, 8 insertions, 7 deletions
diff --git a/sci-biology/emboss/ChangeLog b/sci-biology/emboss/ChangeLog index a727f6864939..90f2d98ec775 100644 --- a/sci-biology/emboss/ChangeLog +++ b/sci-biology/emboss/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/emboss # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.62 2011/03/09 19:50:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/ChangeLog,v 1.63 2011/03/11 07:05:50 jlec Exp $ + + 11 Mar 2011; Justin Lecher <jlec@gentoo.org> emboss-6.3.1_p4.ebuild, + metadata.xml: + Remove largefile USE support and default to it 09 Mar 2011; Raúl Porcel <armin76@gentoo.org> emboss-4.0.0.ebuild, emboss-6.0.1.ebuild, emboss-6.1.0.ebuild, emboss-6.1.0-r1.ebuild, diff --git a/sci-biology/emboss/emboss-6.3.1_p4.ebuild b/sci-biology/emboss/emboss-6.3.1_p4.ebuild index dd52197f89bd..5f71f2b0f694 100644 --- a/sci-biology/emboss/emboss-6.3.1_p4.ebuild +++ b/sci-biology/emboss/emboss-6.3.1_p4.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/sci-biology/emboss/emboss-6.3.1_p4.ebuild,v 1.3 2011/03/09 19:50:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/emboss/emboss-6.3.1_p4.ebuild,v 1.4 2011/03/11 07:05:50 jlec Exp $ EAPI="4" @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="GPL-2 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc +largefile minimal mysql pdf png postgres static-libs X" +IUSE="doc minimal mysql pdf png postgres static-libs X" DEPEND=" dev-libs/expat @@ -67,9 +67,9 @@ src_configure() { $(use_with mysql mysql "${EPREFIX}/usr/bin/mysql_config") \ $(use_with postgres postgresql "${EPREFIX}/usr/bin/pg_config") \ $(use_enable amd64 64) \ - $(use_enable largefile large) \ $(use_enable static-libs static) \ --without-java \ + --enable-large \ --enable-systemlibs \ --includedir="${ED}/usr/include/emboss" } diff --git a/sci-biology/emboss/metadata.xml b/sci-biology/emboss/metadata.xml index 747e4ab37d3e..b85761d07029 100644 --- a/sci-biology/emboss/metadata.xml +++ b/sci-biology/emboss/metadata.xml @@ -15,7 +15,4 @@ analysis into a seamless whole. EMBOSS breaks the historical trend towards commercial software packages. </longdescription> -<use> - <flag name='largefile'>Support for large files</flag> -</use> </pkgmetadata> |