diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 01:54:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:20:41 +0100 |
commit | 55ce22e67cf71bb707fa779fc3056f9356ea31b7 (patch) | |
tree | 75a8b3a14a74300edd6cf20792eae3c1a670629b /net-p2p/gtorrentviewer | |
parent | net-p2p/fms: drop superfluous || dies (diff) | |
download | gentoo-55ce22e67cf71bb707fa779fc3056f9356ea31b7.tar.gz gentoo-55ce22e67cf71bb707fa779fc3056f9356ea31b7.tar.bz2 gentoo-55ce22e67cf71bb707fa779fc3056f9356ea31b7.zip |
net-p2p/gtorrentviewer: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-p2p/gtorrentviewer')
-rw-r--r-- | net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild index f01fe731b881..89cca13f80b2 100644 --- a/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild +++ b/net-p2p/gtorrentviewer/gtorrentviewer-0.2b.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 GCONF_DEBUG="yes" -inherit autotools eutils gnome2 +inherit autotools epatch gnome2 MY_PN=${PN/gtorrentviewer/GTorrentViewer} MY_P=${MY_PN}-${PV} |