diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 22:18:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 22:18:24 +0000 |
commit | 3652272b707a89b90fb6202ab3d2517570d9e19c (patch) | |
tree | c89c608fa54ffb60d1b679797ef41036feaaee22 /net-im/cpop/cpop-0.0.4-r1.ebuild | |
parent | dev-lang/python: Stabilize 2.7.18_p8 ppc, #779844 (diff) | |
download | gentoo-3652272b707a89b90fb6202ab3d2517570d9e19c.tar.gz gentoo-3652272b707a89b90fb6202ab3d2517570d9e19c.tar.bz2 gentoo-3652272b707a89b90fb6202ab3d2517570d9e19c.zip |
net-im/cpop: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/cpop/cpop-0.0.4-r1.ebuild')
-rw-r--r-- | net-im/cpop/cpop-0.0.4-r1.ebuild | 5 |
1 files 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 b86f14d8e51d..04b26d3a6a1e 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" |