commit: 42c11dcac7716d6b0566fd9b9bd63026d956b696
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 1 03:06:10 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 1 03:14:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c11dca
app-crypt/tc-play: [QA] EAPI 8, fix useless multilib
Multilib is only ever used here in src_configure because
it's exported. The program isn't even built for multilib
(which is a good thing, or it'd be even more of a waste,
as it's not like it'd get installed anyway).
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{tc-play-2.0-r1.ebuild => tc-play-2.0-r2.ebuild} | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/app-crypt/tc-play/tc-play-2.0-r1.ebuild
b/app-crypt/tc-play/tc-play-2.0-r2.ebuild
similarity index 83%
rename from app-crypt/tc-play/tc-play-2.0-r1.ebuild
rename to app-crypt/tc-play/tc-play-2.0-r2.ebuild
index 401465c26b69..244696e5f144 100644
--- a/app-crypt/tc-play/tc-play-2.0-r1.ebuild
+++ b/app-crypt/tc-play/tc-play-2.0-r2.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit toolchain-funcs multilib-minimal
+inherit toolchain-funcs
-DESCRIPTION="a free, pretty much fully featured and stable TrueCrypt
implementation"
+DESCRIPTION="A free, pretty much fully featured and stable TrueCrypt
implementation"
HOMEPAGE="https://github.com/bwalex/tc-play"
SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -15,19 +15,18 @@ KEYWORDS="~amd64"
IUSE="gnutls"
DEPEND="
+ dev-libs/libgcrypt:=
dev-libs/libgpg-error
- sys-fs/lvm2
sys-apps/util-linux
- dev-libs/libgcrypt:0
+ sys-fs/lvm2
gnutls? ( net-libs/gnutls )
!gnutls? (
- dev-libs/openssl:0=
- )"
+ dev-libs/openssl:=
+ )
+"
RDEPEND="${DEPEND}"
-DOCS=(
- README.md
-)
+DOCS=( README.md )
PATCHES=(
"${FILESDIR}/${P}-build.patch"