diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-01 17:16:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-01 17:16:24 +0300 |
commit | 8e02fd3418058749c9986379be861132ef10a0c8 (patch) | |
tree | 5597df8071d5393766c32be1f9914cf2576775a4 /media-libs/freetype | |
parent | dev-db/sqlite: Stabilize 3.38.0 ppc, #836549 (diff) | |
download | gentoo-8e02fd3418058749c9986379be861132ef10a0c8.tar.gz gentoo-8e02fd3418058749c9986379be861132ef10a0c8.tar.bz2 gentoo-8e02fd3418058749c9986379be861132ef10a0c8.zip |
media-libs/freetype: Stabilize 2.11.1 ppc, #836581
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs/freetype')
-rw-r--r-- | media-libs/freetype/freetype-2.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/freetype/freetype-2.11.1.ebuild b/media-libs/freetype/freetype-2.11.1.ebuild index 7e8918903023..a8009e465ad8 100644 --- a/media-libs/freetype/freetype-2.11.1.ebuild +++ b/media-libs/freetype/freetype-2.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ if [[ "${PV}" != 9999 ]] ; then mirror://nongnu/freetype/ft2demos-${PV}.tar.xz ) doc? ( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.xz mirror://nongnu/freetype/${PN}-doc-${PV}.tar.xz )" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE+=" doc" else inherit autotools git-r3 |