diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 13:52:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:37:34 +0200 |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /sci-mathematics | |
parent | dev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff) | |
download | gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2 gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip |
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/calc/calc-2.12.2.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/num-utils/num-utils-0.3.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-mathematics/calc/calc-2.12.2.2.ebuild b/sci-mathematics/calc/calc-2.12.2.2.ebuild index 900ddc9a4298..a153e579b9fe 100644 --- a/sci-mathematics/calc/calc-2.12.2.2.ebuild +++ b/sci-mathematics/calc/calc-2.12.2.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils multilib DESCRIPTION="An arbitrary precision C-like arithmetic system" diff --git a/sci-mathematics/num-utils/num-utils-0.3.ebuild b/sci-mathematics/num-utils/num-utils-0.3.ebuild index d711b5e0362c..17a6d211c6a1 100644 --- a/sci-mathematics/num-utils/num-utils-0.3.ebuild +++ b/sci-mathematics/num-utils/num-utils-0.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="A set of programs for dealing with numbers from the command line" SRC_URI="http://suso.suso.org/programs/num-utils/downloads/${P}.tar.gz" HOMEPAGE="http://suso.suso.org/programs/num-utils/" |