Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glu/
Date: Sun, 04 Jul 2021 22:19:56
Message-Id: 1625437179.9ba8a64582da372ee67929f579c5cda393df2265.sam@gentoo
1 commit: 9ba8a64582da372ee67929f579c5cda393df2265
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 22:19:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 22:19:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba8a645
7
8 media-libs/glu: Stabilize 9.0.2 amd64, #797562
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/glu/glu-9.0.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/glu/glu-9.0.2.ebuild b/media-libs/glu/glu-9.0.2.ebuild
16 index d6f2fdb03ab..3caca8302a0 100644
17 --- a/media-libs/glu/glu-9.0.2.ebuild
18 +++ b/media-libs/glu/glu-9.0.2.ebuild
19 @@ -18,7 +18,7 @@ if [[ ${PV} = 9999* ]]; then
20 SRC_URI=""
21 else
22 SRC_URI="https://mesa.freedesktop.org/archive/glu/${P}.tar.xz"
23 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
25 fi
26
27 LICENSE="SGI-B-2.0"