diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 19:52:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 19:52:58 +0100 |
commit | aa3e31703d36ceef53ed8ea5050d71b641d9b2a1 (patch) | |
tree | ed5e92766f2e8f6466c80da8ebd8abdd30b41e1d /sci-mathematics | |
parent | sci-mathematics/pspp: drop 1.6.1 (diff) | |
download | gentoo-aa3e31703d36ceef53ed8ea5050d71b641d9b2a1.tar.gz gentoo-aa3e31703d36ceef53ed8ea5050d71b641d9b2a1.tar.bz2 gentoo-aa3e31703d36ceef53ed8ea5050d71b641d9b2a1.zip |
sci-mathematics/pspp: fix MissingUseDepDefault on cairo
Closes: https://bugs.gentoo.org/875944
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pspp/pspp-1.6.0-r1.ebuild (renamed from sci-mathematics/pspp/pspp-1.6.0.ebuild) | 2 | ||||
-rw-r--r-- | sci-mathematics/pspp/pspp-1.6.2-r1.ebuild (renamed from sci-mathematics/pspp/pspp-1.6.2.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pspp/pspp-1.6.0.ebuild b/sci-mathematics/pspp/pspp-1.6.0-r1.ebuild index 886cf3d5f542..e67b3942858f 100644 --- a/sci-mathematics/pspp/pspp-1.6.0.ebuild +++ b/sci-mathematics/pspp/pspp-1.6.0-r1.ebuild @@ -24,7 +24,7 @@ RDEPEND=" sys-libs/readline:0= sys-libs/zlib virtual/libiconv - x11-libs/cairo[svg] + x11-libs/cairo[svg(+)] x11-libs/pango gtk? ( dev-util/glib-utils diff --git a/sci-mathematics/pspp/pspp-1.6.2.ebuild b/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild index ead310f8260b..b326f6feb65a 100644 --- a/sci-mathematics/pspp/pspp-1.6.2.ebuild +++ b/sci-mathematics/pspp/pspp-1.6.2-r1.ebuild @@ -26,7 +26,7 @@ RDEPEND=" sys-libs/readline:0= sys-libs/zlib virtual/libiconv - x11-libs/cairo[svg] + x11-libs/cairo[svg(+)] x11-libs/pango gtk? ( dev-util/glib-utils |