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 666E5138335 for ; Sat, 1 Jun 2019 10:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94DA4E0864; Sat, 1 Jun 2019 10:54:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72F2BE0863 for ; Sat, 1 Jun 2019 10:54:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08F3E3454D4 for ; Sat, 1 Jun 2019 10:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7DB35FA for ; Sat, 1 Jun 2019 10:54:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559386435.305e38748bd6cdc35a0e8ede92c0e252b51c0927.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild media-libs/pyliblo/pyliblo-0.10.0.ebuild X-VCS-Directories: media-libs/pyliblo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 305e38748bd6cdc35a0e8ede92c0e252b51c0927 X-VCS-Branch: master Date: Sat, 1 Jun 2019 10:54:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 08b40017-57db-4dc1-9822-8b8ba4b5e4a5 X-Archives-Hash: 263798850b0c9152d8d76ba454dae1d6 commit: 305e38748bd6cdc35a0e8ede92c0e252b51c0927 Author: Alexander Tsoy tsoy me> AuthorDate: Fri May 31 22:31:26 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 1 10:53:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305e3874 media-libs/pyliblo: EAPI=7 bump Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Alexander Tsoy tsoy.me> Signed-off-by: Michał Górny gentoo.org> media-libs/pyliblo/{pyliblo-0.10.0.ebuild => pyliblo-0.10.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/pyliblo/pyliblo-0.10.0.ebuild b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild similarity index 98% rename from media-libs/pyliblo/pyliblo-0.10.0.ebuild rename to media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild index 7a81790300a..3ec1fecff24 100644 --- a/media-libs/pyliblo/pyliblo-0.10.0.ebuild +++ b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit distutils-r1