diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-06 20:46:38 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-06 20:46:53 +0000 |
commit | 2fe9f0ffc7447482e2f40d257a1b8cca882d0390 (patch) | |
tree | 021eff4b8a180a0bcf9dfcbe479505c77a9d92b5 | |
parent | dev-python/pycryptodome: Stabilize 3.12.0 ppc, #830651 (diff) | |
download | gentoo-2fe9f0ffc7447482e2f40d257a1b8cca882d0390.tar.gz gentoo-2fe9f0ffc7447482e2f40d257a1b8cca882d0390.tar.bz2 gentoo-2fe9f0ffc7447482e2f40d257a1b8cca882d0390.zip |
media-libs/libglvnd: Keyword 1.4.0 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r-- | media-libs/libglvnd/libglvnd-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libglvnd/libglvnd-1.4.0.ebuild b/media-libs/libglvnd/libglvnd-1.4.0.ebuild index f6b7cee43834..ae64e11b1123 100644 --- a/media-libs/libglvnd/libglvnd-1.4.0.ebuild +++ b/media-libs/libglvnd/libglvnd-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018-2021 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/glvnd/libglvnd" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" SRC_URI="https://gitlab.freedesktop.org/glvnd/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2" S=${WORKDIR}/${PN}-v${PV} fi |