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 E9B14139694 for ; Sat, 18 Feb 2017 18:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E74621C03E; Sat, 18 Feb 2017 18:50:42 +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 08D0921C03E for ; Sat, 18 Feb 2017 18:50:41 +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 D8560340EE8 for ; Sat, 18 Feb 2017 18:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44D4C4C4F for ; Sat, 18 Feb 2017 18:50:39 +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: <1487443828.1789c04a61a4e13559d1fbd2ca5c6f0abe8ff6f1.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xsane/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xsane/xsane-0.999-r2.ebuild X-VCS-Directories: media-gfx/xsane/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1789c04a61a4e13559d1fbd2ca5c6f0abe8ff6f1 X-VCS-Branch: master Date: Sat, 18 Feb 2017 18:50:39 +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: 6f7bc6f7-fb12-4423-9f72-93a2270e14e7 X-Archives-Hash: 262926cc1992b972f933467b6fcab055 commit: 1789c04a61a4e13559d1fbd2ca5c6f0abe8ff6f1 Author: Pacho Ramos gentoo org> AuthorDate: Sat Feb 18 18:49:57 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Feb 18 18:50:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1789c04a media-gfx/xsane: Don't try to build unavailable linguas, bug #609672 by Chris Mansfield Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-gfx/xsane/xsane-0.999-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/xsane/xsane-0.999-r2.ebuild b/media-gfx/xsane/xsane-0.999-r2.ebuild index e3886389b6..14660e6c81 100644 --- a/media-gfx/xsane/xsane-0.999-r2.ebuild +++ b/media-gfx/xsane/xsane-0.999-r2.ebuild @@ -37,6 +37,8 @@ DEPEND="${RDEPEND} src_prepare() { default + strip-linguas -i po/ #609672 + # Apply multiple fixes from different distributions # Drop included patch and reuse patchset from prior version rm "${WORKDIR}/${PN}-0.998-patches-2"/005-update-param-crash.patch || die