commit: 3652272b707a89b90fb6202ab3d2517570d9e19c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 22:18:24 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 22:18:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3652272b
net-im/cpop: eutils->epatch Signed-off-by: Sam James <sam <AT> gentoo.org> net-im/cpop/cpop-0.0.4-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-im/cpop/cpop-0.0.4-r1.ebuild b/net-im/cpop/cpop-0.0.4-r1.ebuild index b86f14d8e51..04b26d3a6a1 100644 --- a/net-im/cpop/cpop-0.0.4-r1.ebuild +++ b/net-im/cpop/cpop-0.0.4-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils + +inherit epatch DESCRIPTION="GTK+ network popup message client. Compatible with the jpop protocol" HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop"
