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 93CC41382C5 for ; Sun, 20 Dec 2020 11:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD540E088A; Sun, 20 Dec 2020 11:36:17 +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 59615E0885 for ; Sun, 20 Dec 2020 11:36:17 +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 17D7A340BFD for ; Sun, 20 Dec 2020 11:36:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94963332 for ; Sun, 20 Dec 2020 11:36:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1608464147.c27006fa77f83e12a4d665abb95dba188802e1a0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/stormlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/stormlib/stormlib-9.23-r1.ebuild app-arch/stormlib/stormlib-9.23.ebuild X-VCS-Directories: app-arch/stormlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c27006fa77f83e12a4d665abb95dba188802e1a0 X-VCS-Branch: master Date: Sun, 20 Dec 2020 11:36:13 +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: 19f0ab4b-c348-4a9e-8f29-b7e4a362aa80 X-Archives-Hash: f27c8cfce30e851d326a1ba67119d4a8 commit: c27006fa77f83e12a4d665abb95dba188802e1a0 Author: Michał Górny gentoo org> AuthorDate: Sun Dec 20 11:19:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Dec 20 11:35:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27006fa app-arch/stormlib: Use system libtomcrypt, fix missing DEPEND Signed-off-by: Michał Górny gentoo.org> app-arch/stormlib/{stormlib-9.23.ebuild => stormlib-9.23-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-arch/stormlib/stormlib-9.23.ebuild b/app-arch/stormlib/stormlib-9.23-r1.ebuild similarity index 90% rename from app-arch/stormlib/stormlib-9.23.ebuild rename to app-arch/stormlib/stormlib-9.23-r1.ebuild index 3e60afca6b7..484b8ef3e37 100644 --- a/app-arch/stormlib/stormlib-9.23.ebuild +++ b/app-arch/stormlib/stormlib-9.23-r1.ebuild @@ -21,7 +21,9 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" app-arch/bzip2:= + dev-libs/libtomcrypt:=[libtommath] sys-libs/zlib:=" +DEPEND=${RDEPEND} PATCHES=( "${FILESDIR}"/stormlib-9.23-gnuinstalldirs.patch @@ -32,7 +34,7 @@ src_configure() { -DBUILD_SHARED_LIBS=ON # interactive test app -DSTORM_BUILD_TESTS=OFF - # -DWITH_LIBTOMCRYPT=ON when we have tomcrypt packaged + -DWITH_LIBTOMCRYPT=ON ) cmake_src_configure