diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-01 14:52:57 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-01 14:55:54 -0400 |
commit | b0661b53c8c3cb8460334da855c63861c375a5ee (patch) | |
tree | 19e3720ae9168ed5c2bf84ee48ab1f0875580186 /app-office | |
parent | dev-lang/php: Stabilize 8.1.11 sparc, #873697 (diff) | |
download | gentoo-b0661b53c8c3cb8460334da855c63861c375a5ee.tar.gz gentoo-b0661b53c8c3cb8460334da855c63861c375a5ee.tar.bz2 gentoo-b0661b53c8c3cb8460334da855c63861c375a5ee.zip |
app-office/abiword: Depend on libchamplain[gtk]
Closes: https://bugs.gentoo.org/859271
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/abiword-3.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/abiword/abiword-3.0.5.ebuild b/app-office/abiword/abiword-3.0.5.ebuild index e0d085420c5d..4749e44a5498 100644 --- a/app-office/abiword/abiword-3.0.5.ebuild +++ b/app-office/abiword/abiword-3.0.5.ebuild @@ -43,7 +43,7 @@ RDEPEND=" eds? ( >=gnome-extra/evolution-data-server-3.6.0:= ) goffice? ( >=x11-libs/goffice-0.10.2:0.10 ) introspection? ( >=dev-libs/gobject-introspection-1.0.0:= ) - map? ( >=media-libs/libchamplain-0.12:0.12 ) + map? ( >=media-libs/libchamplain-0.12:0.12[gtk] ) plugins? ( collab? ( >=dev-libs/libxml2-2.4:2 |