diff options
author | Sam James <sam@gentoo.org> | 2023-05-05 05:38:24 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-05 05:38:24 +0100 |
commit | d4782cc2f85114034e6d5c9551701fbe765cbb90 (patch) | |
tree | 9765c425283b3a129df8b4e7ab40779e7e8fe759 /x11-misc | |
parent | x11-misc/rofi-calc: remove libtool files (diff) | |
download | gentoo-d4782cc2f85114034e6d5c9551701fbe765cbb90.tar.gz gentoo-d4782cc2f85114034e6d5c9551701fbe765cbb90.tar.bz2 gentoo-d4782cc2f85114034e6d5c9551701fbe765cbb90.zip |
x11-misc/rofi-calc: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/rofi-calc/rofi-calc-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild index ce53ee1c9e75..5264d2023257 100644 --- a/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-2.2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools diff --git a/x11-misc/rofi-calc/rofi-calc-9999.ebuild b/x11-misc/rofi-calc/rofi-calc-9999.ebuild index 80022c3bb2d4..ac69969f2903 100644 --- a/x11-misc/rofi-calc/rofi-calc-9999.ebuild +++ b/x11-misc/rofi-calc/rofi-calc-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit git-r3 autotools |