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 54D471382C5 for ; Sun, 21 Mar 2021 01:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D6C9E0864; Sun, 21 Mar 2021 01:29:43 +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 71FE0E0864 for ; Sun, 21 Mar 2021 01:29:43 +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 5DB9433BE2F for ; Sun, 21 Mar 2021 01:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93A585B4 for ; Sun, 21 Mar 2021 01:29:40 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1616290171.a619d24c78f741397c390d0904e89b60aa968bc6.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.20.4.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a619d24c78f741397c390d0904e89b60aa968bc6 X-VCS-Branch: master Date: Sun, 21 Mar 2021 01:29:40 +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: 4d42fb88-16e8-4413-a503-3599603859a9 X-Archives-Hash: 50e045a0ecb9b9217613fec88d424c80 commit: a619d24c78f741397c390d0904e89b60aa968bc6 Author: Matt Turner gentoo org> AuthorDate: Sun Mar 21 01:28:40 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Mar 21 01:29:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a619d24c app-crypt/libsecret: Require USE=crypt for USE=gtk-doc It doesn't make much sense to generate documentation when some code is disabled. Closes: https://bugs.gentoo.org/776379 Signed-off-by: Matt Turner gentoo.org> app-crypt/libsecret/libsecret-0.20.4.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-crypt/libsecret/libsecret-0.20.4.ebuild b/app-crypt/libsecret/libsecret-0.20.4.ebuild index fcd78facda9..786c9a4187e 100644 --- a/app-crypt/libsecret/libsecret-0.20.4.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.4.ebuild @@ -15,7 +15,10 @@ SLOT="0" IUSE="+crypt gtk-doc +introspection test +vala" RESTRICT="!test? ( test )" -REQUIRED_USE="vala? ( introspection )" +REQUIRED_USE=" + vala? ( introspection ) + gtk-doc? ( crypt ) +" KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"