aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/envytools/envytools-9999.ebuild')
-rw-r--r--x11-misc/envytools/envytools-9999.ebuild18
1 files changed, 7 insertions, 11 deletions
diff --git a/x11-misc/envytools/envytools-9999.ebuild b/x11-misc/envytools/envytools-9999.ebuild
index 47c57c7a9..eaae9d828 100644
--- a/x11-misc/envytools/envytools-9999.ebuild
+++ b/x11-misc/envytools/envytools-9999.ebuild
@@ -1,34 +1,30 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
inherit cmake-utils git-2
-DESCRIPTION="Tools for people envious of nvidia's blob driver."
+DESCRIPTION="Tools for people envious of nvidia's blob driver"
HOMEPAGE="https://github.com/pathscale/envytools"
EGIT_REPO_URI="
git://github.com/pathscale/envytools.git
https://github.com/pathscale/envytools.git"
-LICENSE="as-is"
+LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-libs/libxml2
- x11-libs/libpciaccess
-"
+ x11-libs/libpciaccess"
DEPEND="${RDEPEND}
virtual/pkgconfig
sys-devel/bison
- sys-devel/flex
-"
+ sys-devel/flex"
DOCS=( README )
-PATCHES=(
- "${FILESDIR}/${PN}-bison.patch"
- )
+PATCHES=( "${FILESDIR}"/${PN}-bison.patch )