diff options
author | 2021-04-19 19:53:41 +0100 | |
---|---|---|
committer | 2021-04-19 20:12:18 +0100 | |
commit | 1fd49fddace78ca42521b9d54f7cd775fdd7bc44 (patch) | |
tree | b01ec9cf5f42c6c6bad52f0c0cff3fe0657da6f6 /net-im/cpop/cpop-0.0.4-r1.ebuild | |
parent | mail-filter/spamdyke: drop 4.3.0 (diff) | |
download | gentoo-1fd49fddace78ca42521b9d54f7cd775fdd7bc44.tar.gz gentoo-1fd49fddace78ca42521b9d54f7cd775fdd7bc44.tar.bz2 gentoo-1fd49fddace78ca42521b9d54f7cd775fdd7bc44.zip |
net-im/cpop: port to EAPI 7
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 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/net-im/cpop/cpop-0.0.4-r1.ebuild b/net-im/cpop/cpop-0.0.4-r1.ebuild index 04b26d3a6a1e..9315a2381ea0 100644 --- a/net-im/cpop/cpop-0.0.4-r1.ebuild +++ b/net-im/cpop/cpop-0.0.4-r1.ebuild @@ -1,9 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit epatch +EAPI=7 DESCRIPTION="GTK+ network popup message client. Compatible with the jpop protocol" HOMEPAGE="http://www.draxil.uklinux.net/hip/index.pl?page=cpop" @@ -12,15 +10,14 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" RDEPEND="dev-libs/glib:2 x11-libs/gtk+:2" DEPEND="${RDEPEND}" -src_prepare() { - epatch "${FILESDIR}"/${P}-implicit-exit_memset_strlen.patch -} +PATCHES=( + "${FILESDIR}"/${P}-implicit-exit_memset_strlen.patch +) src_install() { emake DESTDIR="${D}" install |