diff options
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} |