diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-28 15:58:33 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-28 15:58:39 +0000 |
commit | 5a4f53fc3155d33dc4d9d80f0a5c1e6d8c8c62a3 (patch) | |
tree | 43bbfa2d94602e575bc0d23f5fb44c6ecff0d802 /x11-libs | |
parent | media-video/mkvtoolnix: amd64 stable wrt bug #641328 (diff) | |
download | gentoo-5a4f53fc3155d33dc4d9d80f0a5c1e6d8c8c62a3.tar.gz gentoo-5a4f53fc3155d33dc4d9d80f0a5c1e6d8c8c62a3.tar.bz2 gentoo-5a4f53fc3155d33dc4d9d80f0a5c1e6d8c8c62a3.zip |
x11-libs/cairo: stable 1.14.12 for ia64, bug #641356
Package-Manager: Portage-2.3.20, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-1.14.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/cairo/cairo-1.14.12.ebuild b/x11-libs/cairo/cairo-1.14.12.ebuild index 1d8b4ec96d4d..edc09b03a26f 100644 --- a/x11-libs/cairo/cairo-1.14.12.ebuild +++ b/x11-libs/cairo/cairo-1.14.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://www.cairographics.org/releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="A vector graphics library with cross-device output support" |