diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 08:14:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 08:17:43 +0100 |
commit | 174c9a90cc3f997a9769d844594017f7ae4a38d3 (patch) | |
tree | b48a725fc95a4a397e7afe033c99e78cccb3da15 /sci-calculators | |
parent | dev-ml/gsl-ocaml: revbump for sci-libs/gsl subslot operator (diff) | |
download | gentoo-174c9a90cc3f997a9769d844594017f7ae4a38d3.tar.gz gentoo-174c9a90cc3f997a9769d844594017f7ae4a38d3.tar.bz2 gentoo-174c9a90cc3f997a9769d844594017f7ae4a38d3.zip |
sci-calculators/orpie: update EAPI 6 -> 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/orpie/orpie-1.5.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild index c05d7738acd2..21ac64004a62 100644 --- a/sci-calculators/orpie/orpie-1.5.2-r1.ebuild +++ b/sci-calculators/orpie/orpie-1.5.2-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools DESCRIPTION="A fullscreen RPN calculator for the console" HOMEPAGE="http://pessimization.com/software/orpie/" SRC_URI="http://pessimization.com/software/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" |