diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 09:50:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 09:50:54 +0000 |
commit | d484ccab60a0b40bbfbd57493f5b561bd1a98d79 (patch) | |
tree | 2d7a21c2c7870b65688d0e726462913ef460ebb3 /net-irc/scrollz | |
parent | dev-libs/libvoikko: fix UnusedInherits (autotools) (diff) | |
download | gentoo-d484ccab60a0b40bbfbd57493f5b561bd1a98d79.tar.gz gentoo-d484ccab60a0b40bbfbd57493f5b561bd1a98d79.tar.bz2 gentoo-d484ccab60a0b40bbfbd57493f5b561bd1a98d79.zip |
net-irc/scrollz: fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/scrollz')
-rw-r--r-- | net-irc/scrollz/scrollz-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/scrollz/scrollz-2.3.1.ebuild b/net-irc/scrollz/scrollz-2.3.1.ebuild index e5324b205360..bdee35abb91b 100644 --- a/net-irc/scrollz/scrollz-2.3.1.ebuild +++ b/net-irc/scrollz/scrollz-2.3.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit autotools flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs MY_P="ScrollZ-${PV}" |