diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2017-02-23 22:44:11 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2017-02-23 22:44:53 -0500 |
commit | 745dfbdf4cdfffd40c4621bd994d6be12fc13b93 (patch) | |
tree | 77461c5bfdbeee780ad08628ed787ac729d9bc26 /net-misc | |
parent | net-misc/logmein-hamachi: bump to 2.1.0.174 (diff) | |
download | gentoo-745dfbdf4cdfffd40c4621bd994d6be12fc13b93.tar.gz gentoo-745dfbdf4cdfffd40c4621bd994d6be12fc13b93.tar.bz2 gentoo-745dfbdf4cdfffd40c4621bd994d6be12fc13b93.zip |
net-misc/logmein-hamachi: bump to EAPI 6 and drop inherit eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild index 19271fea0807..74b2c65fe27f 100644 --- a/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild +++ b/net-misc/logmein-hamachi/logmein-hamachi-2.1.0.174.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit eutils linux-info systemd +EAPI=6 +inherit linux-info systemd DESCRIPTION="LogMeIn Hamachi VPN tunneling engine" HOMEPAGE="https://www.vpn.net/" |