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 28FED1381F3 for ; Fri, 30 Nov 2012 22:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 910A021C08B; Fri, 30 Nov 2012 22:55:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0CBC021C08B for ; Fri, 30 Nov 2012 22:55:42 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5E8E33D9F7 for ; Fri, 30 Nov 2012 22:55:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 83C35E5436 for ; Fri, 30 Nov 2012 22:55:40 +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: <1354316124.43fd07097250416b6eac316fe3755af30d2da627.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: net-im/ekg2/ X-VCS-Repository: dev/mgorny X-VCS-Files: net-im/ekg2/ekg2-9999.ebuild X-VCS-Directories: net-im/ekg2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 43fd07097250416b6eac316fe3755af30d2da627 X-VCS-Branch: master Date: Fri, 30 Nov 2012 22:55:40 +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: 41c58d44-33bd-41e6-ab61-cecdef73aec7 X-Archives-Hash: f913f0c7c4f124c1ffc95894c1864f6f commit: 43fd07097250416b6eac316fe3755af30d2da627 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 30 22:55:24 2012 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Nov 30 22:55:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=43fd0709 Convert to python-single-r1. --- net-im/ekg2/ekg2-9999.ebuild | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index f8adb6f..64f6bb9 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-9999.ebuild @@ -12,7 +12,8 @@ EGIT_REPO_URI="git://github.com/leafnode/${PN}.git inherit git-2 #endif -inherit autotools-utils +PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +inherit autotools-utils python-single-r1 DESCRIPTION="Text-based, multi-protocol instant messenger" HOMEPAGE="http://www.ekg2.org" @@ -31,7 +32,7 @@ RDEPEND="dev-libs/glib:2 nls? ( virtual/libintl ) openssl? ( dev-libs/openssl ) perl? ( dev-lang/perl ) - python? ( dev-lang/python ) + python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline ) rss? ( dev-libs/expat ) ssl? ( net-libs/gnutls )