summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2008-02-03 12:03:23 +0000
committerMarkus Dittrich <markusle@gentoo.org>2008-02-03 12:03:23 +0000
commit8d2adfde9d073049ce5c2011cd708cd374e8bed8 (patch)
treebd55a90f3a9142ade6cccf452227f4d2dbda6d2f /sci-mathematics/pspp
parentalpha/ia64/sparc stable wrt #208366 (diff)
downloadgentoo-2-8d2adfde9d073049ce5c2011cd708cd374e8bed8.tar.gz
gentoo-2-8d2adfde9d073049ce5c2011cd708cd374e8bed8.tar.bz2
gentoo-2-8d2adfde9d073049ce5c2011cd708cd374e8bed8.zip
Added bindist USE flag to prevent linking against GPL-3d >=gsl-1.10 if needed (see bug #199451).
(Portage version: 2.1.4.1)
Diffstat (limited to 'sci-mathematics/pspp')
-rw-r--r--sci-mathematics/pspp/ChangeLog8
-rw-r--r--sci-mathematics/pspp/pspp-0.4.0.ebuild11
2 files changed, 12 insertions, 7 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog
index 5413e4b56dfe..ee21e5189d34 100644
--- a/sci-mathematics/pspp/ChangeLog
+++ b/sci-mathematics/pspp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/pspp
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.4 2007/07/31 17:36:52 bicatali Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.5 2008/02/03 12:03:23 markusle Exp $
+
+ 03 Feb 2008; Markus Dittrich <markusle@gentoo.org> pspp-0.4.0.ebuild:
+ Added bindist USE flag to prevent linking against GPL-3d >=gsl-1.10
+ if needed (see bug #199451).
31 Jul 2007; Sébastien Fabbro <bicatali@gentoo.org>
files/50pspp-gentoo.el:
diff --git a/sci-mathematics/pspp/pspp-0.4.0.ebuild b/sci-mathematics/pspp/pspp-0.4.0.ebuild
index 790a3de2341a..e50e35015978 100644
--- a/sci-mathematics/pspp/pspp-0.4.0.ebuild
+++ b/sci-mathematics/pspp/pspp-0.4.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild,v 1.3 2007/07/31 12:07:37 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/pspp-0.4.0.ebuild,v 1.4 2008/02/03 12:03:23 markusle Exp $
inherit elisp-common
@@ -10,9 +10,10 @@ SRC_URI="ftp://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
-IUSE="doc ncurses emacs plotutils nls"
+IUSE="bindist doc ncurses emacs plotutils nls"
-DEPEND=">=sci-libs/gsl-1.6
+DEPEND="!bindist? ( sci-libs/gsl )
+ bindist? ( <sci-libs/gsl-1.10 )
sys-libs/readline
>=sys-devel/gettext-0.14.1
>=dev-lang/perl-5.6
@@ -42,7 +43,7 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
- dodoc ABOUT-NLS AUTHORS ChangeLog \
+ dodoc AUTHORS ChangeLog \
INSTALL NEWS ONEWS README THANKS TODO
docinto examples && dodoc examples/{ChangeLog,descript.stat}