diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:51 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:37:51 +0100 |
commit | 18bea3f08ed6e75acadc63538bbd218201f28fe5 (patch) | |
tree | c37879b9713298df23c9717f0f98607d2e0b2713 /net-vpn/pptpd | |
parent | net-misc/vncsnapshot: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-18bea3f08ed6e75acadc63538bbd218201f28fe5.tar.gz gentoo-18bea3f08ed6e75acadc63538bbd218201f28fe5.tar.bz2 gentoo-18bea3f08ed6e75acadc63538bbd218201f28fe5.zip |
net-vpn/pptpd: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-vpn/pptpd')
-rw-r--r-- | net-vpn/pptpd/pptpd-1.4.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild b/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild index 95a0ffb046d6..1c96302f40d5 100644 --- a/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild +++ b/net-vpn/pptpd/pptpd-1.4.0-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic +inherit autotools eutils flag-o-matic toolchain-funcs DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server" HOMEPAGE="http://poptop.sourceforge.net/" |