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 728CC13933E for ; Sat, 10 Jul 2021 21:38:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAC84E0CA7; Sat, 10 Jul 2021 21:38:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A0B9EE0CA7 for ; Sat, 10 Jul 2021 21:38:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7FFCC342B33 for ; Sat, 10 Jul 2021 21:38:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 169AD75B for ; Sat, 10 Jul 2021 21:38:16 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1625953089.cfb9c2f8b0c629d46b13368ffa1b2d66c0db2990.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libjcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libjcat/libjcat-0.1.8.ebuild X-VCS-Directories: dev-libs/libjcat/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: cfb9c2f8b0c629d46b13368ffa1b2d66c0db2990 X-VCS-Branch: master Date: Sat, 10 Jul 2021 21:38:16 +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: 18c008d9-9c3c-45e5-bceb-3014b75dc7b0 X-Archives-Hash: 65a1aae113723097c072bb8727a66cfb commit: cfb9c2f8b0c629d46b13368ffa1b2d66c0db2990 Author: Lars Wendler gentoo org> AuthorDate: Sat Jul 10 21:37:37 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jul 10 21:38:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb9c2f8 dev-libs/libjcat: Default-enable gpg and pkcs7 USE flags Closes: https://bugs.gentoo.org/801496 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libjcat/libjcat-0.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libjcat/libjcat-0.1.8.ebuild b/dev-libs/libjcat/libjcat-0.1.8.ebuild index 20c253ee26f..11fd5361f10 100644 --- a/dev-libs/libjcat/libjcat-0.1.8.ebuild +++ b/dev-libs/libjcat/libjcat-0.1.8.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://github.com/hughsie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" -IUSE="gpg gtk-doc +introspection +man pkcs7 test vala" +IUSE="+gpg gtk-doc +introspection +man +pkcs7 test vala" RDEPEND="dev-libs/glib:2 dev-libs/json-glib:=