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 6E13C1381F3 for ; Sat, 30 Dec 2017 23:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FB58E08F7; Sat, 30 Dec 2017 23:35:19 +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 81CECE08F7 for ; Sat, 30 Dec 2017 23:35:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9677B335C07 for ; Sat, 30 Dec 2017 23:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A66715A for ; Sat, 30 Dec 2017 23:35:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1514676911.adadf31355e7c5ae457696d7d2135e0efbfe62b2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catalyst/catalyst-3.0.1.ebuild dev-util/catalyst/catalyst-9999.ebuild X-VCS-Directories: dev-util/catalyst/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: adadf31355e7c5ae457696d7d2135e0efbfe62b2 X-VCS-Branch: master Date: Sat, 30 Dec 2017 23:35:14 +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: c3ff263c-1b64-4a46-8806-06424853572c X-Archives-Hash: 4f7f0dafa7ad2c840101b1348f6b7393 commit: adadf31355e7c5ae457696d7d2135e0efbfe62b2 Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 30 23:35:11 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Dec 30 23:35:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adadf313 dev-util/catalyst: setup.py || die Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37 dev-util/catalyst/catalyst-3.0.1.ebuild | 2 +- dev-util/catalyst/catalyst-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/catalyst/catalyst-3.0.1.ebuild b/dev-util/catalyst/catalyst-3.0.1.ebuild index 5d163f46519..2e0198f3ece 100644 --- a/dev-util/catalyst/catalyst-3.0.1.ebuild +++ b/dev-util/catalyst/catalyst-3.0.1.ebuild @@ -48,7 +48,7 @@ RDEPEND=" python_prepare_all() { python_setup echo VERSION="${PV}" "${PYTHON}" setup.py set_version - VERSION="${PV}" "${PYTHON}" setup.py set_version + VERSION="${PV}" "${PYTHON}" setup.py set_version || die distutils-r1_python_prepare_all } diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild index 8bf0f6c1ad0..c5635f4c74e 100644 --- a/dev-util/catalyst/catalyst-9999.ebuild +++ b/dev-util/catalyst/catalyst-9999.ebuild @@ -48,7 +48,7 @@ RDEPEND=" python_prepare_all() { python_setup echo VERSION="${PV}" "${PYTHON}" setup.py set_version - VERSION="${PV}" "${PYTHON}" setup.py set_version + VERSION="${PV}" "${PYTHON}" setup.py set_version || die distutils-r1_python_prepare_all }