diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-17 17:31:11 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2022-09-17 17:31:11 +0100 |
commit | 45ce2436a7071fd4873dc04a826e6ae7fea05624 (patch) | |
tree | a0b0c091bfd823b7b8d3d53744f757bac879a6e1 /www-client/inject | |
parent | www-servers/httpterm: unused eclass: eutils (diff) | |
download | portage-45ce2436a7071fd4873dc04a826e6ae7fea05624.tar.xz |
www-client/inject: unused eclass: eutils
Diffstat (limited to 'www-client/inject')
-rw-r--r-- | www-client/inject/inject-36.ebuild | 2 | ||||
-rw-r--r-- | www-client/inject/inject-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/inject/inject-36.ebuild b/www-client/inject/inject-36.ebuild index fe3043ce..04555ede 100644 --- a/www-client/inject/inject-36.ebuild +++ b/www-client/inject/inject-36.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Simple HTTP injector" HOMEPAGE="http://1wt.eu/tools/inject" diff --git a/www-client/inject/inject-9999.ebuild b/www-client/inject/inject-9999.ebuild index 46a0e139..a4ad25fa 100644 --- a/www-client/inject/inject-9999.ebuild +++ b/www-client/inject/inject-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils toolchain-funcs git-r3 +inherit toolchain-funcs git-r3 DESCRIPTION="Simple HTTP injector" HOMEPAGE="http://1wt.eu/tools/inject" |