commit: abdde2d56be7d7d46cf29e8686431268e0d64ce4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 22:44:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 22:44:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdde2d5
dev-libs/ucl: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/ucl/ucl-1.03-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-libs/ucl/ucl-1.03-r1.ebuild b/dev-libs/ucl/ucl-1.03-r1.ebuild index 71e1cac0a15..38e1c6530d1 100644 --- a/dev-libs/ucl/ucl-1.03-r1.ebuild +++ b/dev-libs/ucl/ucl-1.03-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit autotools eutils flag-o-matic ltprune + +inherit autotools epatch flag-o-matic ltprune DESCRIPTION="the UCL Compression Library" HOMEPAGE="http://www.oberhumer.com/opensource/ucl/"
