diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2023-11-06 20:53:25 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-11-07 20:33:58 +0000 |
commit | 670a34a22c4ea7ac27c1a6c0ab9c0838fb89c925 (patch) | |
tree | 0100749f0535ea9a4fc1dcb228a961a43fa504af /x11-libs | |
parent | dev-python/executing: add patch for new slow tests (diff) | |
download | gentoo-670a34a22c4ea7ac27c1a6c0ab9c0838fb89c925.tar.gz gentoo-670a34a22c4ea7ac27c1a6c0ab9c0838fb89c925.tar.bz2 gentoo-670a34a22c4ea7ac27c1a6c0ab9c0838fb89c925.zip |
x11-libs/cairo: Stabilize 1.18.0 sparc, #916771
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/cairo-1.18.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/cairo/cairo-1.18.0.ebuild b/x11-libs/cairo/cairo-1.18.0.ebuild index 65f219307498..0e79ce5a8cbc 100644 --- a/x11-libs/cairo/cairo-1.18.0.ebuild +++ b/x11-libs/cairo/cairo-1.18.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then SRC_URI="" else SRC_URI="https://gitlab.freedesktop.org/cairo/cairo/-/archive/${PV}/cairo-${PV}.tar.bz2" - KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="A vector graphics library with cross-device output support" |