From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 70C3858973 for ; Wed, 10 Feb 2016 08:47:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C77C821C0A8; Wed, 10 Feb 2016 08:47:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71A1321C0A8 for ; Wed, 10 Feb 2016 08:47:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F038340A9F for ; Wed, 10 Feb 2016 08:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1A1D8DF for ; Wed, 10 Feb 2016 08:47:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455093956.9385fe1e2d8a0b5241fc60e5f7b60b76a7be59bd.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/nvidia-driver.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9385fe1e2d8a0b5241fc60e5f7b60b76a7be59bd X-VCS-Branch: master Date: Wed, 10 Feb 2016 08:47:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ffb15e46-99c1-44d8-b738-6e6b38db8d94 X-Archives-Hash: 17e82a1824db8e13a6510c9c7cd2e8f9 commit: 9385fe1e2d8a0b5241fc60e5f7b60b76a7be59bd Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 10 08:45:56 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 10 08:45:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9385fe1e nvidia-driver.eclass: Use next gen version of readme.gentoo eclass * Drop old maintainer Signed-off-by: Justin Lecher gentoo.org> eclass/nvidia-driver.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass index 647c32a..1c6225c 100644 --- a/eclass/nvidia-driver.eclass +++ b/eclass/nvidia-driver.eclass @@ -4,7 +4,6 @@ # @ECLASS: nvidia-driver.eclass # @MAINTAINER: -# Tony Vroon # Jeroen Roovers # @AUTHOR: # Original author: Doug Goldstein @@ -13,7 +12,7 @@ # Provide useful messages for nvidia-drivers based on currently installed Nvidia # card. It inherits versionator. -inherit readme.gentoo versionator +inherit readme.gentoo-r1 versionator DEPEND="sys-apps/pciutils"