Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: x11-misc/envytools/
Date: Mon, 22 Feb 2016 13:26:25
Message-Id: 1456139598.b19a302f135084b5b7629c1e7d0a8f268c5914ee.jlec@gentoo
1 commit: b19a302f135084b5b7629c1e7d0a8f268c5914ee
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 11:13:18 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 11:13:18 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b19a302f
7
8 x11-misc/envytools: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 x11-misc/envytools/envytools-9999.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-misc/envytools/envytools-9999.ebuild b/x11-misc/envytools/envytools-9999.ebuild
17 index b712e6e..ec502c4 100644
18 --- a/x11-misc/envytools/envytools-9999.ebuild
19 +++ b/x11-misc/envytools/envytools-9999.ebuild
20 @@ -1,15 +1,14 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28
29 inherit cmake-utils git-r3
30
31 DESCRIPTION="Tools for people envious of nvidia's blob driver"
32 HOMEPAGE="https://github.com/pathscale/envytools"
33 EGIT_REPO_URI="
34 - git://github.com/envytools/envytools.git
35 https://github.com/envytools/envytools.git"
36
37 LICENSE="MIT"