Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeglut/
Date: Sat, 18 Aug 2018 17:03:16
Message-Id: 1534611468.76447518b6663f5ac42d5e0f9fa6cb1055f53848.asturm@gentoo
1 commit: 76447518b6663f5ac42d5e0f9fa6cb1055f53848
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 15:04:47 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 16:57:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76447518
7
8 media-libs/freeglut: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.47, Repoman-2.3.10
11
12 media-libs/freeglut/freeglut-3.0.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/media-libs/freeglut/freeglut-3.0.0.ebuild b/media-libs/freeglut/freeglut-3.0.0.ebuild
16 index 2d031d28ddb..7f64099d58e 100644
17 --- a/media-libs/freeglut/freeglut-3.0.0.ebuild
18 +++ b/media-libs/freeglut/freeglut-3.0.0.ebuild
19 @@ -1,7 +1,8 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=5
24 +EAPI=6
25 +
26 inherit cmake-multilib
27
28 DESCRIPTION="A completely OpenSourced alternative to the OpenGL Utility Toolkit (GLUT) library"