diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-17 20:19:55 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-04-17 20:19:55 +0200 |
commit | b7704d52e8b2dc962a93d3aa8fa5d898b2d93f83 (patch) | |
tree | 174086a10739d9519bd2f7ab281d1fc6cbb906b4 /media-libs/fontconfig | |
parent | games-arcade/asteroid: Fix bad filename (diff) | |
download | gentoo-b7704d52e8b2dc962a93d3aa8fa5d898b2d93f83.tar.gz gentoo-b7704d52e8b2dc962a93d3aa8fa5d898b2d93f83.tar.bz2 gentoo-b7704d52e8b2dc962a93d3aa8fa5d898b2d93f83.zip |
media-libs/fontconfig: Rev bump to add DEPEND on virtual/libintl
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild (renamed from media-libs/fontconfig/fontconfig-2.13.0-r3.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.13.0-r3.ebuild b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild index 1e73daa19290..241eeb444000 100644 --- a/media-libs/fontconfig/fontconfig-2.13.0-r3.ebuild +++ b/media-libs/fontconfig/fontconfig-2.13.0-r4.ebuild @@ -7,7 +7,7 @@ inherit autotools multilib-minimal readme.gentoo-r1 eapi7-ver DESCRIPTION="A library for configuring and customizing font access" HOMEPAGE="https://fontconfig.org/" -SRC_URI="http://fontconfig.org/release/${P}.tar.bz2" +SRC_URI="https://fontconfig.org/release/${P}.tar.bz2" LICENSE="MIT" SLOT="1.0" @@ -19,7 +19,8 @@ IUSE="doc static-libs" # default and used by every distro. See bug #283191. RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=media-libs/freetype-2.8.1[${MULTILIB_USEDEP}] - sys-apps/util-linux[${MULTILIB_USEDEP}]" + sys-apps/util-linux[${MULTILIB_USEDEP}] + virtual/libintl[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( =app-text/docbook-sgml-dtd-3.1* |