From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CC7113832E for ; Wed, 3 Aug 2016 11:41:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A3FE0B32; Wed, 3 Aug 2016 11:41:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79360E0B36 for ; Wed, 3 Aug 2016 11:41:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B644B340A38 for ; Wed, 3 Aug 2016 11:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 810992443 for ; Wed, 3 Aug 2016 11:41:50 +0000 (UTC) From: "Sven Wegener" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" Message-ID: <1470224121.231c7560d89fb84593ace9f4461be27908590992.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libsigrok/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libsigrok/libsigrok-9999.ebuild X-VCS-Directories: sci-libs/libsigrok/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 231c7560d89fb84593ace9f4461be27908590992 X-VCS-Branch: master Date: Wed, 3 Aug 2016 11:41:50 +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: b418d1d5-10ae-4dc2-8793-d1006521ad17 X-Archives-Hash: ea9474774039d9e92e82b08f64155f7a commit: 231c7560d89fb84593ace9f4461be27908590992 Author: Sven Wegener gentoo org> AuthorDate: Wed Aug 3 11:30:43 2016 +0000 Commit: Sven Wegener gentoo org> CommitDate: Wed Aug 3 11:35:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231c7560 sci-libs/libsigrok: Bump to EAPI 6 Package-Manager: portage-2.2.28 Signed-off-by: Sven Wegener gentoo.org> sci-libs/libsigrok/libsigrok-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index c37062d..0078407 100644 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI="6" PYTHON_COMPAT=( python{2_7,3_{3,4,5}} ) @@ -55,6 +55,7 @@ pkg_setup() { src_prepare() { [[ ${PV} == "9999" ]] && eautoreconf + eapply_user } src_configure() {