diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-25 23:51:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-26 00:21:54 +0100 |
commit | 86f5d050eec6b4d73994406238b98c7f25864ae2 (patch) | |
tree | c7dfb592ff96e2679d4a6dce6956fc98e3a8c6a5 /app-office | |
parent | app-text/a2ps: drop 4.14-r7 (diff) | |
download | gentoo-86f5d050eec6b4d73994406238b98c7f25864ae2.tar.gz gentoo-86f5d050eec6b4d73994406238b98c7f25864ae2.tar.bz2 gentoo-86f5d050eec6b4d73994406238b98c7f25864ae2.zip |
app-office/calligraplan: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calligraplan/calligraplan-3.3.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-office/calligraplan/calligraplan-3.3.0.ebuild b/app-office/calligraplan/calligraplan-3.3.0.ebuild index 1dc19b1f31ca..0243e1578959 100644 --- a/app-office/calligraplan/calligraplan-3.3.0.ebuild +++ b/app-office/calligraplan/calligraplan-3.3.0.ebuild @@ -1,7 +1,7 @@ -# 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" @@ -74,7 +74,7 @@ RDEPEND="${DEPEND} >=dev-qt/qtsvg-${QTMIN}:5 " -RESTRICT+=" test" +RESTRICT="test" src_configure() { local mycmakeargs=( |