summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-19 10:55:25 +0000
committerSam James <sam@gentoo.org>2024-01-19 10:55:25 +0000
commit4b2399b85a8455019e9e839b2ea3588e4484eae5 (patch)
tree548a9022db8d0d2a8929f4c8319105dc6c52fc32 /mate-extra
parentmate-base/caja: Add RDEPEND="${COMMON_DEPEND}" (diff)
downloadgentoo-4b2399b85a8455019e9e839b2ea3588e4484eae5.tar.gz
gentoo-4b2399b85a8455019e9e839b2ea3588e4484eae5.tar.bz2
gentoo-4b2399b85a8455019e9e839b2ea3588e4484eae5.zip
mate-extra/mate-calc: fix mpfr/mpc dependencies
Both are linked against => DEPEND + RDEPEND. Bug: https://bugs.gentoo.org/914088 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r--mate-extra/mate-calc/mate-calc-1.26.0-r1.ebuild (renamed from mate-extra/mate-calc/mate-calc-1.26.0.ebuild)4
-rw-r--r--mate-extra/mate-calc/mate-calc-1.27.0-r1.ebuild (renamed from mate-extra/mate-calc/mate-calc-1.27.0.ebuild)4
2 files changed, 4 insertions, 4 deletions
diff --git a/mate-extra/mate-calc/mate-calc-1.26.0.ebuild b/mate-extra/mate-calc/mate-calc-1.26.0-r1.ebuild
index 447763ac5f01..1b44fdb3380d 100644
--- a/mate-extra/mate-calc/mate-calc-1.26.0.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.26.0-r1.ebuild
@@ -19,13 +19,13 @@ COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
+ dev-libs/mpc:=
+ >=dev-libs/mpfr-4.0.2:=
>=x11-libs/gtk+-3.22:3
- >=dev-libs/mpfr-4.0.2
x11-libs/pango
"
RDEPEND="${COMMON_DEPEND}
- dev-libs/mpc
virtual/libintl
"
diff --git a/mate-extra/mate-calc/mate-calc-1.27.0.ebuild b/mate-extra/mate-calc/mate-calc-1.27.0-r1.ebuild
index ee167b23c6ed..f61ab3495336 100644
--- a/mate-extra/mate-calc/mate-calc-1.27.0.ebuild
+++ b/mate-extra/mate-calc/mate-calc-1.27.0-r1.ebuild
@@ -22,13 +22,13 @@ COMMON_DEPEND="
>=app-accessibility/at-spi2-core-2.46.0
>=dev-libs/glib-2.50:2
dev-libs/libxml2:2
+ dev-libs/mpc:=
+ >=dev-libs/mpfr-4.0.2:=
>=x11-libs/gtk+-3.22:3
- >=dev-libs/mpfr-4.0.2
x11-libs/pango
"
RDEPEND="${COMMON_DEPEND}
- dev-libs/mpc
virtual/libintl
"