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 0869A139083 for ; Sat, 16 Dec 2017 12:15:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F14DE0E40; Sat, 16 Dec 2017 12:15:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1BA2CE0E40 for ; Sat, 16 Dec 2017 12:15:11 +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 8D3E433BDE1 for ; Sat, 16 Dec 2017 12:15:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27888A89E for ; Sat, 16 Dec 2017 12:15:08 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1513426505.e6f834c75bc453c9b72c8944f16a8bdc2f71e0c3.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/systemtap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/systemtap/systemtap-3.1-r1.ebuild X-VCS-Directories: dev-util/systemtap/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: e6f834c75bc453c9b72c8944f16a8bdc2f71e0c3 X-VCS-Branch: master Date: Sat, 16 Dec 2017 12:15:08 +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: bcb18e86-6327-40de-a1fd-e863af76fae6 X-Archives-Hash: e30df362a5c05effd82ba69683371562 commit: e6f834c75bc453c9b72c8944f16a8bdc2f71e0c3 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Dec 16 11:50:37 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Dec 16 12:15:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f834c7 dev-util/systemtap: Fix formatting. Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/systemtap/systemtap-3.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-util/systemtap/systemtap-3.1-r1.ebuild b/dev-util/systemtap/systemtap-3.1-r1.ebuild index 61f3b662f13..85bfd0a65f4 100644 --- a/dev-util/systemtap/systemtap-3.1-r1.ebuild +++ b/dev-util/systemtap/systemtap-3.1-r1.ebuild @@ -33,7 +33,9 @@ ERROR_DEBUG_FS="${PN} works best with support for Debug Filesystem (DEBUG_FS) - DOCS="AUTHORS HACKING NEWS README" -PATCHES=("${FILESDIR}"/${PN}-3.1-ia64.patch) +PATCHES=( + "${FILESDIR}"/${PN}-3.1-ia64.patch +) pkg_setup() { linux-info_pkg_setup