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 7690C13825A for ; Sat, 14 May 2016 18:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 163A7E086A; Sat, 14 May 2016 18:54:58 +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 B7051E086A for ; Sat, 14 May 2016 18:54:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AAE1D340943 for ; Sat, 14 May 2016 18:54:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 848A633A for ; Sat, 14 May 2016 18:54:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1463252083.0178635ecd81594dfba29ba11f410e05505bb5bd.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/ki18n/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/ki18n/ki18n-5.22.0.ebuild kde-frameworks/ki18n/ki18n-9999.ebuild X-VCS-Directories: kde-frameworks/ki18n/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0178635ecd81594dfba29ba11f410e05505bb5bd X-VCS-Branch: master Date: Sat, 14 May 2016 18:54:52 +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: 538d8ffb-d7ed-4c1a-a446-51fbe30f9069 X-Archives-Hash: 1ae30dd46eb53a1e337b60970cf00179 commit: 0178635ecd81594dfba29ba11f410e05505bb5bd Author: Michael Palimaka gentoo org> AuthorDate: Sat May 14 18:54:39 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat May 14 18:54:43 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0178635e kde-frameworks/ki18n: use correct python targets Package-Manager: portage-2.2.28 kde-frameworks/ki18n/ki18n-5.22.0.ebuild | 2 +- kde-frameworks/ki18n/ki18n-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-frameworks/ki18n/ki18n-5.22.0.ebuild b/kde-frameworks/ki18n/ki18n-5.22.0.ebuild index aa25f50..f6e7561 100644 --- a/kde-frameworks/ki18n/ki18n-5.22.0.ebuild +++ b/kde-frameworks/ki18n/ki18n-5.22.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_6,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit kde5 python-single-r1 DESCRIPTION="Framework based on Gettext for internationalizing user interface text" diff --git a/kde-frameworks/ki18n/ki18n-9999.ebuild b/kde-frameworks/ki18n/ki18n-9999.ebuild index 14f80a5..80c2d75 100644 --- a/kde-frameworks/ki18n/ki18n-9999.ebuild +++ b/kde-frameworks/ki18n/ki18n-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_6,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4} ) inherit kde5 python-single-r1 DESCRIPTION="Framework based on Gettext for internationalizing user interface text"