diff options
author | David Seifert <soap@gentoo.org> | 2021-08-15 18:08:38 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-08-15 18:08:38 +0200 |
commit | f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2 (patch) | |
tree | 6cc6e8c5824b90f4e865fcc18ee27d90ede28204 /app-office | |
parent | net-misc/xmrig: 6.14.1 version bump (diff) | |
download | gentoo-f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2.tar.gz gentoo-f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2.tar.bz2 gentoo-f3947ec1a4057fa85cfcbc1a9da5637e69aef5c2.zip |
app-office/abiword: simplify hideous REQUIRED_USE
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/abiword-3.0.5.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app-office/abiword/abiword-3.0.5.ebuild b/app-office/abiword/abiword-3.0.5.ebuild index 66285130df99..2fb1d8199cdf 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 |