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 AF9D9158F6C for ; Mon, 16 Aug 2021 20:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6033E0C21; Sun, 15 Aug 2021 16:08:51 +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 B925DE0C21 for ; Sun, 15 Aug 2021 16:08:51 +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 EFB4F3450AA for ; Sun, 15 Aug 2021 16:08:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56B977DE for ; Sun, 15 Aug 2021 16:08:48 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1629043718.f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/abiword/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/abiword/abiword-3.0.5.ebuild X-VCS-Directories: app-office/abiword/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2 X-VCS-Branch: master Date: Sun, 15 Aug 2021 16:08:48 +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: 0c11fa4d-d7b1-4517-9baa-496d0efbc185 X-Archives-Hash: ca2e9095f35df5a64a664ed0d0f05211 commit: f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2 Author: David Seifert gentoo org> AuthorDate: Sun Aug 15 16:08:38 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 15 16:08:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3947ec1 app-office/abiword: simplify hideous REQUIRED_USE Signed-off-by: David Seifert gentoo.org> app-office/abiword/abiword-3.0.5.ebuild | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/app-office/abiword/abiword-3.0.5.ebuild b/app-office/abiword/abiword-3.0.5.ebuild index 66285130df9..2fb1d8199cd 100644 --- a/app-office/abiword/abiword-3.0.5.ebuild +++ b/app-office/abiword/abiword-3.0.5.ebuild @@ -16,7 +16,16 @@ SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux" IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map math ots +plugins readline redland spell wordperfect wmf thesaurus" # You need 'plugins' enabled if want to enable the extra plugins -REQUIRED_USE="!plugins? ( !collab !grammar !latex !math !ots !readline !thesaurus !wordperfect !wmf )" +REQUIRED_USE=" + collab? ( plugins ) + grammar? ( plugins ) + latex? ( plugins ) + math? ( plugins ) + ots? ( plugins ) + readline? ( plugins ) + thesaurus? ( plugins ) + wordperfect? ( plugins ) + wmf? ( plugins )" RDEPEND=" >=app-text/wv-1.2