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 7291F1384B4 for ; Tue, 17 Nov 2015 10:39:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B65E07C5; Tue, 17 Nov 2015 10:39:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0236DE07C5 for ; Tue, 17 Nov 2015 10:39:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DAD663403A3 for ; Tue, 17 Nov 2015 10:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE939702 for ; Tue, 17 Nov 2015 10:39:29 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1447723299.ea3f9c550fc2fd4e12512b5d22d2a3aba25be317.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libindicator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libindicator/libindicator-12.10.1-r301.ebuild X-VCS-Directories: dev-libs/libindicator/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ea3f9c550fc2fd4e12512b5d22d2a3aba25be317 X-VCS-Branch: master Date: Tue, 17 Nov 2015 10:39:29 +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: cdfd1c78-5a8e-4f46-9570-403037462b40 X-Archives-Hash: 1169af13ef0e8049eeaab170e20fde4b commit: ea3f9c550fc2fd4e12512b5d22d2a3aba25be317 Author: Anthony Ryan gmail com> AuthorDate: Tue Nov 17 01:21:27 2015 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Nov 17 01:21:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3f9c55 dev-libs/libindicator: Reference upstream bug report for patch Patches should reference upstream bug reports so people can quickly find discussion on a particular issue. Package-Manager: portage-2.2.24 dev-libs/libindicator/libindicator-12.10.1-r301.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild index d28de01..2695f87 100644 --- a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild +++ b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild @@ -21,6 +21,7 @@ DEPEND="${RDEPEND} test? ( dev-util/dbus-test-runner )" src_prepare() { + # https://bugs.launchpad.net/libindicator/+bug/1502925 epatch "${FILESDIR}"/${PN}-ldflags-spacing.patch eautoreconf }