diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-07 20:31:30 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-07 20:31:30 +0200 |
commit | 2298c24a3f17cdd9c3aa166df7902c22df69ef50 (patch) | |
tree | 3d3cd249086f880bfea375b6d3bf731f4caeffa6 /dev-ml | |
parent | Drop dummies (diff) | |
download | sci-2298c24a3f17cdd9c3aa166df7902c22df69ef50.tar.gz sci-2298c24a3f17cdd9c3aa166df7902c22df69ef50.tar.bz2 sci-2298c24a3f17cdd9c3aa166df7902c22df69ef50.zip |
dev-ml/gsl-ocaml: Bump EAPI=5
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/gsl-ocaml/ChangeLog | 3 | ||||
-rw-r--r-- | dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/gsl-ocaml/ChangeLog b/dev-ml/gsl-ocaml/ChangeLog index 471cc91d2..069753b13 100644 --- a/dev-ml/gsl-ocaml/ChangeLog +++ b/dev-ml/gsl-ocaml/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> gsl-ocaml-1.10.2.ebuild: + dev-ml/gsl-ocaml: Bump EAPI=5 + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: dev-ml/gsl-ocaml: Add bitbucket to remote-id in metadata.xml diff --git a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild b/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild index 379d48fb7..c2568388d 100644 --- a/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild +++ b/dev-ml/gsl-ocaml/gsl-ocaml-1.10.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 OASIS_BUILD_DOCS=1 OASIS_BUILD_TESTS=1 @@ -21,7 +21,7 @@ IUSE="examples test" DEPEND=">=sci-libs/gsl-1.10" RDEPEND="${DEPEND}" -DOCS=( "CHANGES.txt" "README.md" "NOTES.md" "TODO.md" ) +DOCS=( CHANGES.txt README.md NOTES.md TODO.md ) src_prepare() { oasis_configure_opts="$(use_enable examples)" |