diff options
author | 2014-03-21 18:46:46 +0000 | |
---|---|---|
committer | 2014-03-21 18:46:46 +0000 | |
commit | 6114ab3641f883818099eb56b86a49b98bdd5fb3 (patch) | |
tree | b61e5ead2b6c39313b3f0bfa4f436461fc1541f9 /kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild | |
parent | Revision bump to EAPI 5. (diff) | |
download | gentoo-2-6114ab3641f883818099eb56b86a49b98bdd5fb3.tar.gz gentoo-2-6114ab3641f883818099eb56b86a49b98bdd5fb3.tar.bz2 gentoo-2-6114ab3641f883818099eb56b86a49b98bdd5fb3.zip |
Bump to EAPI 5.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild')
-rw-r--r-- | kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild b/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild index 78625bd338b2..667c02d6c368 100644 --- a/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild +++ b/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild,v 1.1 2012/11/27 04:55:16 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/nvdevmon/nvdevmon-0.1.2.ebuild,v 1.2 2014/03/21 18:46:46 johu Exp $ -EAPI=4 +EAPI=5 inherit kde4-base @@ -13,7 +13,7 @@ SRC_URI="http://kde-look.org/CONTENT/content-files/148658-NVidiaDeviceMonitor-${ LICENSE="GPL-2+" SLOT="4" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="debug" S="${WORKDIR}/NVidiaDeviceMonitor" DEPEND="" |