commit: 611fbbd83ed3c8d27b3a0895e6f0f15841b89d0f Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Mon Sep 8 17:28:06 2025 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Mon Sep 8 17:30:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611fbbd8
x11-misc/bbweather: update EAPI 7 -> 8 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> x11-misc/bbweather/bbweather-0.6.3-r2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild b/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild index d232bb5c4dbf..4ca3def04b92 100644 --- a/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild +++ b/x11-misc/bbweather/bbweather-0.6.3-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools @@ -12,7 +12,6 @@ SRC_URI="https://www.netmeister.org/apps/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~hppa ppc x86" -IUSE="" DEPEND="dev-lang/perl x11-libs/libX11"
