diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:51:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:01:56 +0100 |
commit | b8005233e4e1a0ec513267c5a45c1153c0c9397f (patch) | |
tree | 9017a1b6d9d428db209da61e668cc226eca6b1c6 /dev-util/splint | |
parent | dev-util/regexxer: eutils->epatch (diff) | |
download | gentoo-b8005233e4e1a0ec513267c5a45c1153c0c9397f.tar.gz gentoo-b8005233e4e1a0ec513267c5a45c1153c0c9397f.tar.bz2 gentoo-b8005233e4e1a0ec513267c5a45c1153c0c9397f.zip |
dev-util/splint: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/splint')
-rw-r--r-- | dev-util/splint/splint-3.1.2-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/splint/splint-3.1.2-r2.ebuild b/dev-util/splint/splint-3.1.2-r2.ebuild index b47c46e8e141..464cab789b81 100644 --- a/dev-util/splint/splint-3.1.2-r2.ebuild +++ b/dev-util/splint/splint-3.1.2-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils +inherit autotools epatch DESCRIPTION="Check C programs for vulnerabilities and programming mistakes" HOMEPAGE="http://lclint.cs.virginia.edu/" |