diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-08 10:32:18 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-08 11:31:25 +0100 |
commit | 105e6603aad51e16537f5a6e36f89702b1ad88af (patch) | |
tree | d54130dee3a7f5a1f1a2ed79cb01108521824183 /media-gfx/pinta | |
parent | media-gfx/pablodraw: patch csproj; bump DOTNET_PKG_COMPAT (diff) | |
download | gentoo-105e6603aad51e16537f5a6e36f89702b1ad88af.tar.gz gentoo-105e6603aad51e16537f5a6e36f89702b1ad88af.tar.bz2 gentoo-105e6603aad51e16537f5a6e36f89702b1ad88af.zip |
media-gfx/pinta: add intltool build dependency
Closes: https://bugs.gentoo.org/924059
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'media-gfx/pinta')
-rw-r--r-- | media-gfx/pinta/pinta-2.1.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |