diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:08:19 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:08:19 +0200 |
commit | fe4507975200289ac5991c7869bb27100608f9c3 (patch) | |
tree | 6531fcf06bcc9c8f323737c470f6b0072d7b6cdf /media-libs/libglvnd | |
parent | dev-libs/libinput: ppc stable wrt bug #732948 (diff) | |
download | gentoo-fe4507975200289ac5991c7869bb27100608f9c3.tar.gz gentoo-fe4507975200289ac5991c7869bb27100608f9c3.tar.bz2 gentoo-fe4507975200289ac5991c7869bb27100608f9c3.zip |
media-libs/libglvnd: ppc stable wrt bug #732948
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@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 f4d5027ea6c1..3160a64181ee 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 |