diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 04:41:14 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:09:22 +0000 |
commit | 23100f4d563ad2c89584dc41c42acdbdf882613b (patch) | |
tree | f3f4b4a48df5a25b3aff3ed7f8ce82f682a4c4a4 /net-irc/epic5 | |
parent | net-dns/c-ares: [QA] fix UnusedInherits (autotools) (diff) | |
download | gentoo-23100f4d563ad2c89584dc41c42acdbdf882613b.tar.gz gentoo-23100f4d563ad2c89584dc41c42acdbdf882613b.tar.bz2 gentoo-23100f4d563ad2c89584dc41c42acdbdf882613b.zip |
net-irc/epic5: [QA] fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc/epic5')
-rw-r--r-- | net-irc/epic5/epic5-2.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/epic5/epic5-2.0.1-r1.ebuild b/net-irc/epic5/epic5-2.0.1-r1.ebuild index 41846f2258af..df6800edb35e 100644 --- a/net-irc/epic5/epic5-2.0.1-r1.ebuild +++ b/net-irc/epic5/epic5-2.0.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 USE_RUBY="ruby24 ruby25 ruby26" -inherit autotools ruby-single +inherit ruby-single DESCRIPTION="Epic5 IRC Client" SRC_URI="ftp://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/${P}.tar.xz" |