Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glu/
Date: Fri, 17 Aug 2018 02:05:33
Message-Id: 1534471516.de9f7126ca8e21af2b4e8b36f80d0e8f602fb03b.zlogene@gentoo
1 commit: de9f7126ca8e21af2b4e8b36f80d0e8f602fb03b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 02:03:06 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 17 02:05:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de9f7126
7
8 media-libs/glu: mark s390 stable
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/glu/glu-9.0.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/glu/glu-9.0.0-r1.ebuild b/media-libs/glu/glu-9.0.0-r1.ebuild
16 index 379b61d7c30..2c66edd816d 100644
17 --- a/media-libs/glu/glu-9.0.0-r1.ebuild
18 +++ b/media-libs/glu/glu-9.0.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -20,7 +20,7 @@ if [[ ${PV} = 9999* ]]; then
26 SRC_URI=""
27 else
28 SRC_URI="https://mesa.freedesktop.org/archive/glu/${P}.tar.bz2"
29 - KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
30 + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
31 fi
32
33 LICENSE="SGI-B-2.0"