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 4F7DA138334 for ; Sun, 18 Aug 2019 12:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B03D1E0ADC; Sun, 18 Aug 2019 12:37:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7D737E0ADC for ; Sun, 18 Aug 2019 12:37:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 46B6C349DC2 for ; Sun, 18 Aug 2019 12:37:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B94E773 for ; Sun, 18 Aug 2019 12:37:26 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566131817.41a3e9bac5aa0e45e24170d2abf098ffb846e3d4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/orc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/orc/orc-0.4.28-r1.ebuild dev-lang/orc/orc-0.4.29.ebuild X-VCS-Directories: dev-lang/orc/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 41a3e9bac5aa0e45e24170d2abf098ffb846e3d4 X-VCS-Branch: master Date: Sun, 18 Aug 2019 12:37:26 +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: da989314-4311-4db2-b45d-5e112df879fb X-Archives-Hash: 55e4c6a28462d2b42127fe7c2882f7f0 commit: 41a3e9bac5aa0e45e24170d2abf098ffb846e3d4 Author: David Seifert gentoo org> AuthorDate: Sun Aug 18 12:26:28 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 18 12:36:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41a3e9ba dev-lang/orc: [QA] Fix trailing whitespace Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> dev-lang/orc/orc-0.4.28-r1.ebuild | 4 ++-- dev-lang/orc/orc-0.4.29.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/orc/orc-0.4.28-r1.ebuild b/dev-lang/orc/orc-0.4.28-r1.ebuild index f3c0d8f6779..08b0162607c 100644 --- a/dev-lang/orc/orc-0.4.28-r1.ebuild +++ b/dev-lang/orc/orc-0.4.28-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,7 +25,7 @@ DOCS=( README RELEASE ) src_prepare() { default - # Do not build examples + # Do not build examples sed -e '/SUBDIRS/ s:examples::' \ -i Makefile.am Makefile.in || die } diff --git a/dev-lang/orc/orc-0.4.29.ebuild b/dev-lang/orc/orc-0.4.29.ebuild index 3f2c781d0fd..9c9f219b028 100644 --- a/dev-lang/orc/orc-0.4.29.ebuild +++ b/dev-lang/orc/orc-0.4.29.ebuild @@ -31,7 +31,7 @@ PATCHES=( src_prepare() { default - # Do not build examples + # Do not build examples sed -e '/SUBDIRS/ s:examples::' \ -i Makefile.am Makefile.in || die }