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 98D50138351 for ; Fri, 17 Apr 2020 15:10:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADE48E08C8; Fri, 17 Apr 2020 15:10:56 +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 94E1FE08A4 for ; Fri, 17 Apr 2020 15:10:56 +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 9356734F1E7 for ; Fri, 17 Apr 2020 15:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9176D1DF for ; Fri, 17 Apr 2020 15:10:53 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1587136231.56b1a3c79792891c84e014ef4c165161771e73fe.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/charliecloud/charliecloud-0.15.ebuild sys-cluster/charliecloud/charliecloud-9999.ebuild X-VCS-Directories: sys-cluster/charliecloud/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 56b1a3c79792891c84e014ef4c165161771e73fe X-VCS-Branch: master Date: Fri, 17 Apr 2020 15:10:53 +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: 80caf263-e5c1-4ecb-ac2b-ff609308f652 X-Archives-Hash: 8d502b3320b8e9f375f28a4c51e3456f commit: 56b1a3c79792891c84e014ef4c165161771e73fe Author: Joonas Niilola gentoo org> AuthorDate: Fri Apr 17 14:52:29 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Apr 17 15:10:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b1a3c7 sys-cluster/charliecloud: adhere to common styles Signed-off-by: Joonas Niilola gentoo.org> sys-cluster/charliecloud/charliecloud-0.15.ebuild | 6 +++--- sys-cluster/charliecloud/charliecloud-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-cluster/charliecloud/charliecloud-0.15.ebuild b/sys-cluster/charliecloud/charliecloud-0.15.ebuild index 0085a7e407f..54113d039cd 100644 --- a/sys-cluster/charliecloud/charliecloud-0.15.ebuild +++ b/sys-cluster/charliecloud/charliecloud-0.15.ebuild @@ -62,7 +62,7 @@ src_configure() { # Libdir is used as a libexec-style destination. --libdir="${EPREFIX}"/usr/lib # Attempts to call python-exec directly otherwise. - --with-sphinx-python=$(which python) \ + --with-sphinx-python=${PYTHON} ) econf "${econf_args[@]}" } @@ -72,6 +72,6 @@ pkg_postinst() { elog "to the internal ch-grow. The following packages " elog "can be installed to get the corresponding support." - optfeature "Building with Buildah" "app-emulation/buildah" - optfeature "Building with Docker" "app-emulation/docker" + optfeature "Building with Buildah" app-emulation/buildah + optfeature "Building with Docker" app-emulation/docker } diff --git a/sys-cluster/charliecloud/charliecloud-9999.ebuild b/sys-cluster/charliecloud/charliecloud-9999.ebuild index 0085a7e407f..54113d039cd 100644 --- a/sys-cluster/charliecloud/charliecloud-9999.ebuild +++ b/sys-cluster/charliecloud/charliecloud-9999.ebuild @@ -62,7 +62,7 @@ src_configure() { # Libdir is used as a libexec-style destination. --libdir="${EPREFIX}"/usr/lib # Attempts to call python-exec directly otherwise. - --with-sphinx-python=$(which python) \ + --with-sphinx-python=${PYTHON} ) econf "${econf_args[@]}" } @@ -72,6 +72,6 @@ pkg_postinst() { elog "to the internal ch-grow. The following packages " elog "can be installed to get the corresponding support." - optfeature "Building with Buildah" "app-emulation/buildah" - optfeature "Building with Docker" "app-emulation/docker" + optfeature "Building with Buildah" app-emulation/buildah + optfeature "Building with Docker" app-emulation/docker }