Skip to content

Commit

Permalink
freetype: fix REQUIRES mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Apr 19, 2021
1 parent 04e0a44 commit e23b3ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media-libs/freetype/freetype-2.10.4.recipe
Expand Up @@ -5,7 +5,7 @@ output (glyph images) of most vector and bitmap font formats."
HOMEPAGE="https://www.freetype.org/"
COPYRIGHT="1996-2018 David Turner, Robert Wilhelm, Werner Lemberg, et al."
LICENSE="FreeType"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.xz"
CHECKSUM_SHA256="86a854d8905b19698bbc8f23b860bc104246ce4854dcea8e3b0fb21284f75784"
PATCHES="enable-validation-modules.patchset"
Expand Down Expand Up @@ -43,7 +43,7 @@ REQUIRES_devel="
devel:libz$secondaryArchSuffix
"
if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then
REQUIRES="$REQUIRES
REQUIRES_devel="$REQUIRES_devel
devel:libharfbuzz$secondaryArchSuffix
"
fi
Expand Down

0 comments on commit e23b3ea

Please sign in to comment.