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 6359B138336 for ; Thu, 17 Oct 2019 18:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5AA8E086B; Thu, 17 Oct 2019 18:10:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0C083E0863 for ; Thu, 17 Oct 2019 18:10:24 +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 C67C834BF95 for ; Thu, 17 Oct 2019 18:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E87288B for ; Thu, 17 Oct 2019 18:10:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1571335697.dfecabc52658fad3081bd8aed56ca0c3a9e94350.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kapidox/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kapidox/kapidox-9999.ebuild X-VCS-Directories: kde-frameworks/kapidox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dfecabc52658fad3081bd8aed56ca0c3a9e94350 X-VCS-Branch: master Date: Thu, 17 Oct 2019 18:10: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: a99269a5-8c1a-4629-8edf-df65a7e65a43 X-Archives-Hash: 86bdc28b6dff94908743a82f9d4f763c commit: dfecabc52658fad3081bd8aed56ca0c3a9e94350 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Oct 17 18:08:17 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Oct 17 18:08:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dfecabc5 kde-frameworks/kapidox: Drop python2_7 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kapidox/kapidox-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/kapidox/kapidox-9999.ebuild b/kde-frameworks/kapidox/kapidox-9999.ebuild index 70b4eca0c2..c70efde902 100644 --- a/kde-frameworks/kapidox/kapidox-9999.ebuild +++ b/kde-frameworks/kapidox/kapidox-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_SINGLE_IMPL="true" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-utils kde.org distutils-r1 DESCRIPTION="Framework for building KDE API documentation in a standard format and style"