diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-09 20:24:20 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-01-09 20:24:20 +0100 |
commit | 9dff1dd1984212139554aed8b67da1974e785e0a (patch) | |
tree | 47a6a6054ba5481385e954ec0b3f21d9cbb1a977 /sci-visualization | |
parent | dev-libs/cl: Drop 1.2.4 (r0) (diff) | |
download | gentoo-9dff1dd1984212139554aed8b67da1974e785e0a.tar.gz gentoo-9dff1dd1984212139554aed8b67da1974e785e0a.tar.bz2 gentoo-9dff1dd1984212139554aed8b67da1974e785e0a.zip |
sci-visualization/labplot: EAPI-8 bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/labplot-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index 6f96d8bbb4d3..24768e5e9f36 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" -KFMIN=5.74.0 -QTMIN=5.15.1 +KFMIN=5.88.0 +QTMIN=5.15.2 VIRTUALX_REQUIRED="test" inherit ecm kde.org |