diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-05 16:09:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-05 16:09:48 +0100 |
commit | 4b5714232ae0faac87d47cfa2bf0dcce8ce3f3a6 (patch) | |
tree | 74330aa8e26173bfa6ff47e32f3b25d92e13c183 /media-libs/libglvnd | |
parent | dev-libs/libinput: sparc stable wrt bug #711560 (diff) | |
download | gentoo-4b5714232ae0faac87d47cfa2bf0dcce8ce3f3a6.tar.gz gentoo-4b5714232ae0faac87d47cfa2bf0dcce8ce3f3a6.tar.bz2 gentoo-4b5714232ae0faac87d47cfa2bf0dcce8ce3f3a6.zip |
media-libs/libglvnd: sparc stable wrt bug #711560
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/libglvnd')
-rw-r--r-- | media-libs/libglvnd/libglvnd-1.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libglvnd/libglvnd-1.3.1.ebuild b/media-libs/libglvnd/libglvnd-1.3.1.ebuild index 036625e1bf1f..4e0ae03b6143 100644 --- a/media-libs/libglvnd/libglvnd-1.3.1.ebuild +++ b/media-libs/libglvnd/libglvnd-1.3.1.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 |