diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-12-27 15:07:14 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-12-27 19:48:26 +0100 |
commit | 1bc277966c20decac9910236e4e7c543e4ef4634 (patch) | |
tree | 660094f0677bc9f99ab99230c19477bae6256774 /media-libs/fontconfig | |
parent | sys-libs/libuuid: marked ~sparc{,64}-solaris, bug #665088 (diff) | |
download | gentoo-1bc277966c20decac9910236e4e7c543e4ef4634.tar.gz gentoo-1bc277966c20decac9910236e4e7c543e4ef4634.tar.bz2 gentoo-1bc277966c20decac9910236e4e7c543e4ef4634.zip |
media-libs/fontconfig: added prefix keywords, bug #667266
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-libs/fontconfig')
-rw-r--r-- | media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild b/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild index 0ba7f651fabb..f12f3fa0ee3e 100644 --- a/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild +++ b/media-libs/fontconfig/fontconfig-2.13.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://fontconfig.org/release/${P}.tar.bz2" LICENSE="MIT" SLOT="1.0" [[ $(ver_cut 3) -ge 90 ]] || \ -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="doc static-libs" BDEPEND="dev-util/gperf @@ -26,8 +26,9 @@ BDEPEND="dev-util/gperf # default and used by every distro. See bug #283191. RDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}] >=media-libs/freetype-2.9[${MULTILIB_USEDEP}] - !elibc_Darwin? ( sys-apps/util-linux[${MULTILIB_USEDEP}] ) + !elibc_Darwin? ( !elibc_SunOS? ( sys-apps/util-linux[${MULTILIB_USEDEP}] ) ) elibc_Darwin? ( sys-libs/native-uuid ) + elibc_SunOS? ( sys-libs/libuuid ) virtual/libintl[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" PDEPEND="!x86-winnt? ( app-eselect/eselect-fontconfig ) |