From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A5FD59CA9 for ; Sun, 27 Mar 2016 17:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8061021C009; Sun, 27 Mar 2016 17:32:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3164E0856 for ; Sun, 27 Mar 2016 17:32:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9F043407E6 for ; Sun, 27 Mar 2016 17:32:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35D4E85E for ; Sun, 27 Mar 2016 17:32:54 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1459099960.963499cf96e2338db61b35bb8ac38891b4b72967.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-0.16.2-r1.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 963499cf96e2338db61b35bb8ac38891b4b72967 X-VCS-Branch: master Date: Sun, 27 Mar 2016 17:32:54 +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: b48f8f41-a8c5-40c4-82ef-9fa2fe101ee4 X-Archives-Hash: f0ecba4a74879640f375bec42f698afe commit: 963499cf96e2338db61b35bb8ac38891b4b72967 Author: Michael Palimaka gentoo org> AuthorDate: Sun Mar 27 17:27:57 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Mar 27 17:32:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963499cf x11-wm/xpra: whitespace Package-Manager: portage-2.2.28 x11-wm/xpra/xpra-0.16.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/xpra/xpra-0.16.2-r1.ebuild b/x11-wm/xpra/xpra-0.16.2-r1.ebuild index 4d18143..85b7b25 100644 --- a/x11-wm/xpra/xpra-0.16.2-r1.ebuild +++ b/x11-wm/xpra/xpra-0.16.2-r1.ebuild @@ -122,7 +122,7 @@ python_configure_all() { --without-PIC --without-debug ) - # see https://www.xpra.org/trac/ticket/1080 + # see https://www.xpra.org/trac/ticket/1080 # and http://trac.cython.org/ticket/395 append-cflags -fno-strict-aliasing }