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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 846BF138359 for ; Tue, 21 Jul 2020 01:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE7E3E096B; Tue, 21 Jul 2020 01:39:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91DEFE096B for ; Tue, 21 Jul 2020 01:39:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B9D634F423 for ; Tue, 21 Jul 2020 01:39:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 340162D3 for ; Tue, 21 Jul 2020 01:39:19 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1595295524.d05e9c9faee2af4fc3921afe6fec784b68015853.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/veracrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/veracrypt/veracrypt-1.24_p2.ebuild app-crypt/veracrypt/veracrypt-1.24_p4.ebuild X-VCS-Directories: app-crypt/veracrypt/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d05e9c9faee2af4fc3921afe6fec784b68015853 X-VCS-Branch: master Date: Tue, 21 Jul 2020 01:39:19 +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: 31e96e7b-3bbd-49db-afa4-5ff3fb2062ec X-Archives-Hash: 07dc9f04aef16be1e21d7c59a2bf8fee commit: d05e9c9faee2af4fc3921afe6fec784b68015853 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 15 14:03:36 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue Jul 21 01:38:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05e9c9f app-crypt/veracrypt: update eclass inheritation Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16260 Signed-off-by: Aaron Bauman gentoo.org> app-crypt/veracrypt/veracrypt-1.24_p2.ebuild | 2 +- app-crypt/veracrypt/veracrypt-1.24_p4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild b/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild index b94fb0affbe..8c98f9531ee 100644 --- a/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild +++ b/app-crypt/veracrypt/veracrypt-1.24_p2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils linux-info pax-utils toolchain-funcs wxwidgets +inherit desktop linux-info pax-utils toolchain-funcs wxwidgets DESCRIPTION="Disk encryption with strong security based on TrueCrypt" HOMEPAGE="https://www.veracrypt.fr/en/Home.html" diff --git a/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild b/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild index 59194385b76..10a8cfcacd0 100644 --- a/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild +++ b/app-crypt/veracrypt/veracrypt-1.24_p4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils linux-info pax-utils toolchain-funcs wxwidgets +inherit desktop eapi7-ver linux-info pax-utils toolchain-funcs wxwidgets MY_PV="$(ver_cut 1-2)-Update$(ver_cut 4)" DESCRIPTION="Disk encryption with strong security based on TrueCrypt"