commit: 105e6603aad51e16537f5a6e36f89702b1ad88af Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Feb 8 09:32:18 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Feb 8 10:31:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=105e6603
media-gfx/pinta: add intltool build dependency Closes: https://bugs.gentoo.org/924059 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> media-gfx/pinta/pinta-2.1.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-gfx/pinta/pinta-2.1.1-r1.ebuild b/media-gfx/pinta/pinta-2.1.1-r1.ebuild index d3493a121fb7..aaef9d59313c 100644 --- a/media-gfx/pinta/pinta-2.1.1-r1.ebuild +++ b/media-gfx/pinta/pinta-2.1.1-r1.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 @@ -94,6 +94,7 @@ RDEPEND=" " BDEPEND=" ${RDEPEND} + dev-util/intltool " src_unpack() {
