From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4677158020 for ; Fri, 9 Dec 2022 06:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 574F1E08A8; Fri, 9 Dec 2022 06:54:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 40D17E08A8 for ; Fri, 9 Dec 2022 06:54:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DADB340F2E for ; Fri, 9 Dec 2022 06:54:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CA427C6 for ; Fri, 9 Dec 2022 06:54:07 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1670568840.5f26449585659f72218ec5c58b7c2ee17a636b64.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/vtun/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/vtun/vtun-3.0.4.ebuild X-VCS-Directories: net-vpn/vtun/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5f26449585659f72218ec5c58b7c2ee17a636b64 X-VCS-Branch: master Date: Fri, 9 Dec 2022 06:54:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0b8f0fa8-3694-4c91-9278-948164f44bdf X-Archives-Hash: 84c2f081880b274d8921a83358e81814 commit: 5f26449585659f72218ec5c58b7c2ee17a636b64 Author: Joonas Niilola gentoo org> AuthorDate: Fri Dec 9 06:52:56 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Dec 9 06:54:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f264495 net-vpn/vtun: update EAPI 7 -> 8 Signed-off-by: Joonas Niilola gentoo.org> net-vpn/vtun/vtun-3.0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/vtun/vtun-3.0.4.ebuild b/net-vpn/vtun/vtun-3.0.4.ebuild index c48f4f30a1cd..a1c1e76bb471 100644 --- a/net-vpn/vtun/vtun-3.0.4.ebuild +++ b/net-vpn/vtun/vtun-3.0.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit linux-info DESCRIPTION="Create tunnels over TCP/IP networks with shaping, encryption, and compression" SRC_URI="https://sourceforge.net/projects/vtun/files/${PN}/${PV}/${P}.tar.gz" -HOMEPAGE="http://vtun.sourceforge.net/" +HOMEPAGE="https://vtun.sourceforge.net/" LICENSE="GPL-2" SLOT="0"