diff options
author | Sam James <sam@gentoo.org> | 2022-02-06 12:47:08 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-06 12:47:08 +0000 |
commit | e71a84d35013a5000e306aeb73f2c115d65e1ccf (patch) | |
tree | eeee71a41cdd063f9ce0946f5fa34c84e5aa40a1 /media-libs | |
parent | x11-base/xorg-server: Stabilize 21.1.3 hppa, #831378 (diff) | |
download | gentoo-e71a84d35013a5000e306aeb73f2c115d65e1ccf.tar.gz gentoo-e71a84d35013a5000e306aeb73f2c115d65e1ccf.tar.bz2 gentoo-e71a84d35013a5000e306aeb73f2c115d65e1ccf.zip |
media-libs/libglvnd: Stabilize 1.4.0 hppa, #831378
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libglvnd/libglvnd-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libglvnd/libglvnd-1.4.0.ebuild b/media-libs/libglvnd/libglvnd-1.4.0.ebuild index bf7eccde03d4..e423bc734b47 100644 --- a/media-libs/libglvnd/libglvnd-1.4.0.ebuild +++ b/media-libs/libglvnd/libglvnd-1.4.0.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 ~m68k ~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 |