diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 20:02:28 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 20:14:40 +0100 |
commit | 0c892d9f2efb2e9e87c3e9a91c72b34083447e26 (patch) | |
tree | fe42b6687126c090d654b0740e37d440705f4ed0 /media-libs/gd | |
parent | media-libs/freetype: dropped ~x64-freebsd ~x86-freebsd ~x86-interix (diff) | |
download | gentoo-0c892d9f2efb2e9e87c3e9a91c72b34083447e26.tar.gz gentoo-0c892d9f2efb2e9e87c3e9a91c72b34083447e26.tar.bz2 gentoo-0c892d9f2efb2e9e87c3e9a91c72b34083447e26.zip |
media-libs/gd: dropped ~x86-freebsd ~x86-interix
Package-Manager: portage-2.3.3
Diffstat (limited to 'media-libs/gd')
-rw-r--r-- | media-libs/gd/gd-2.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/gd/gd-2.2.3.ebuild b/media-libs/gd/gd-2.2.3.ebuild index 71123c279d5b..609dc64c871a 100644 --- a/media-libs/gd/gd-2.2.3.ebuild +++ b/media-libs/gd/gd-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libgd/libgd/releases/download/${P}/lib${P}.tar.xz" LICENSE="gd IJG HPND BSD" SLOT="2/3" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="fontconfig jpeg png static-libs tiff truetype webp xpm zlib" # fontconfig has prefixed font paths, details see bug #518970 |