Skip to content

Commit

Permalink
mate-extra/mate-calc: fix mpfr/mpc dependencies
Browse files Browse the repository at this point in the history
Both are linked against => DEPEND + RDEPEND.

Bug: https://bugs.gentoo.org/914088
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jan 19, 2024
1 parent 15e96ed commit 4b2399b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
"

Expand Down

0 comments on commit 4b2399b

Please sign in to comment.