diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 19:16:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 19:25:02 +0100 |
commit | a708b768921ce667a66938fa648a0e7fb05e1b14 (patch) | |
tree | 705305877b0951420698eee75f8c990dbff7b370 /app-office/gnumeric | |
parent | profiles/features/musl: mask various unavailable packages (binpkgs, masked deps) (diff) | |
download | gentoo-a708b768921ce667a66938fa648a0e7fb05e1b14.tar.gz gentoo-a708b768921ce667a66938fa648a0e7fb05e1b14.tar.bz2 gentoo-a708b768921ce667a66938fa648a0e7fb05e1b14.zip |
app-office/gnumeric: fix MissingUseDepDefault on cairo
Closes: https://bugs.gentoo.org/875896
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office/gnumeric')
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.52-r1.ebuild (renamed from app-office/gnumeric/gnumeric-1.12.52.ebuild) | 2 | ||||
-rw-r--r-- | app-office/gnumeric/gnumeric-1.12.53-r1.ebuild (renamed from app-office/gnumeric/gnumeric-1.12.53.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnumeric/gnumeric-1.12.52.ebuild b/app-office/gnumeric/gnumeric-1.12.52-r1.ebuild index 1f8d25865c92..ab923ba2eb8f 100644 --- a/app-office/gnumeric/gnumeric-1.12.52.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.52-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" >=x11-libs/pango-1.24.0:= >=x11-libs/gtk+-3.8.7:3 - x11-libs/cairo:=[svg] + x11-libs/cairo:=[svg(+)] introspection? ( ${PYTHON_DEPS} diff --git a/app-office/gnumeric/gnumeric-1.12.53.ebuild b/app-office/gnumeric/gnumeric-1.12.53-r1.ebuild index 2f621517609c..9198439d8594 100644 --- a/app-office/gnumeric/gnumeric-1.12.53.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.53-r1.ebuild @@ -40,7 +40,7 @@ RDEPEND=" >=x11-libs/pango-1.24.0:= >=x11-libs/gtk+-3.8.7:3 - x11-libs/cairo:=[svg] + x11-libs/cairo:=[svg(+)] introspection? ( ${PYTHON_DEPS} |