diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:13:18 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-02-22 12:13:18 +0100 |
commit | b19a302f135084b5b7629c1e7d0a8f268c5914ee (patch) | |
tree | 782fb4e6a5a0627e621625c3606c53bfec6d5f6e /x11-misc | |
parent | dev-cpp/growler: Bump to EAPI=6 (diff) | |
download | sci-b19a302f135084b5b7629c1e7d0a8f268c5914ee.tar.gz sci-b19a302f135084b5b7629c1e7d0a8f268c5914ee.tar.bz2 sci-b19a302f135084b5b7629c1e7d0a8f268c5914ee.zip |
x11-misc/envytools: Bump to EAPI=6
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/envytools/envytools-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/envytools/envytools-9999.ebuild b/x11-misc/envytools/envytools-9999.ebuild index b712e6e5b..ec502c491 100644 --- a/x11-misc/envytools/envytools-9999.ebuild +++ b/x11-misc/envytools/envytools-9999.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit cmake-utils git-r3 DESCRIPTION="Tools for people envious of nvidia's blob driver" HOMEPAGE="https://github.com/pathscale/envytools" EGIT_REPO_URI=" - git://github.com/envytools/envytools.git https://github.com/envytools/envytools.git" LICENSE="MIT" |