diff options
author | Sam James <sam@gentoo.org> | 2020-07-17 20:43:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-17 20:47:36 +0000 |
commit | 2b2477663238073b915a61a305516861e20164ac (patch) | |
tree | cb102895c95238dc13e82407a647babd8850987c /media-libs/libglvnd | |
parent | dev-libs/libinput: arm64 stable (bug #732948) (diff) | |
download | gentoo-2b2477663238073b915a61a305516861e20164ac.tar.gz gentoo-2b2477663238073b915a61a305516861e20164ac.tar.bz2 gentoo-2b2477663238073b915a61a305516861e20164ac.zip |
media-libs/libglvnd: arm64 stable (bug #732948)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libglvnd')
-rw-r--r-- | media-libs/libglvnd/libglvnd-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libglvnd/libglvnd-1.3.2.ebuild b/media-libs/libglvnd/libglvnd-1.3.2.ebuild index 1408e6fdc7dc..e819bb68046a 100644 --- a/media-libs/libglvnd/libglvnd-1.3.2.ebuild +++ b/media-libs/libglvnd/libglvnd-1.3.2.ebuild @@ -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 ~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 |