diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 20:43:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:50 +0000 |
commit | dfc5a98e1b3267cec629eef684be5b841307fe39 (patch) | |
tree | 40b5786a99cf3c165ae77413ecf88685d8b13bf9 /mate-extra | |
parent | mate-extra/caja-extensions: add myself as a maintainer (diff) | |
download | gentoo-dfc5a98e1b3267cec629eef684be5b841307fe39.tar.gz gentoo-dfc5a98e1b3267cec629eef684be5b841307fe39.tar.bz2 gentoo-dfc5a98e1b3267cec629eef684be5b841307fe39.zip |
mate-extra/mate-calc: add rdepend dev-libs/mpc
Bug: https://bugs.gentoo.org/914088
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-calc/mate-calc-1.27.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mate-extra/mate-calc/mate-calc-1.27.0.ebuild b/mate-extra/mate-calc/mate-calc-1.27.0.ebuild index b5dd3d8997e4..ee167b23c6ed 100644 --- a/mate-extra/mate-calc/mate-calc-1.27.0.ebuild +++ b/mate-extra/mate-calc/mate-calc-1.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,7 @@ COMMON_DEPEND=" " RDEPEND="${COMMON_DEPEND} + dev-libs/mpc virtual/libintl " |