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 9635113835A for ; Sun, 14 Feb 2021 16:23:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC56DE09C0; Sun, 14 Feb 2021 16:23: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 C681BE09C1 for ; Sun, 14 Feb 2021 16:23:19 +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 D694F340A5D for ; Sun, 14 Feb 2021 16:23:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E11404DB for ; Sun, 14 Feb 2021 16:23:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1613319787.c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gnome-chemistry-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild X-VCS-Directories: sci-chemistry/gnome-chemistry-utils/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2 X-VCS-Branch: master Date: Sun, 14 Feb 2021 16:23:15 +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: 56405c68-5f34-4d17-a8e2-8f8a50d7b268 X-Archives-Hash: 8c6924ff134a706622bec97c1f9d6d1f commit: c5c454a3e41440b24afcb778a3e25c2f5fe5c5d2 Author: Pacho Ramos gentoo org> AuthorDate: Sun Feb 14 16:01:26 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Feb 14 16:23:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5c454a3 sci-chemistry/gnome-chemistry-utils: Make repoman happy Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> .../gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild index f9bcba2440c..a2d0737c7d3 100644 --- a/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild +++ b/sci-chemistry/gnome-chemistry-utils/gnome-chemistry-utils-0.14.17_p5.ebuild @@ -44,9 +44,9 @@ src_prepare() { # We don't have openbabel3 yet sed -i -e '/openbabel-v3/d' "${WORKDIR}"/debian/patches/series || die - # Debian patches - for p in $(<"${WORKDIR}"/debian/patches/series) ; do - eapply -p1 "${WORKDIR}/debian/patches/${p}" + # Debian patches + for p in $(<"${WORKDIR}"/debian/patches/series) ; do + eapply -p1 "${WORKDIR}/debian/patches/${p}" done eautoreconf