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 439D1138334 for ; Sun, 15 Sep 2019 08:24:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3057AE0875; Sun, 15 Sep 2019 08:24:08 +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 158DDE0875 for ; Sun, 15 Sep 2019 08:24:08 +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 D6C1534B1BF for ; Sun, 15 Sep 2019 08:24:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20BCC6FF for ; Sun, 15 Sep 2019 08:24:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1568535825.68a835c0f574b84a9607905045d238212a75514d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libwacom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libwacom/libwacom-1.0.ebuild X-VCS-Directories: dev-libs/libwacom/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 68a835c0f574b84a9607905045d238212a75514d X-VCS-Branch: master Date: Sun, 15 Sep 2019 08:24:04 +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: f49b3212-6cdd-4e97-842e-be64810c7fa0 X-Archives-Hash: d69978b676317768b81114a46a110eff commit: 68a835c0f574b84a9607905045d238212a75514d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Sep 15 08:21:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 15 08:23:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a835c0 dev-libs/libwacom: Fix install phase, drop duplicated dir Thanks-to: Joshua Clayton gmail.com> Closes: https://bugs.gentoo.org/693434 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libwacom/libwacom-1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libwacom/libwacom-1.0.ebuild b/dev-libs/libwacom/libwacom-1.0.ebuild index db48fc2994d..90d6573af7a 100644 --- a/dev-libs/libwacom/libwacom-1.0.ebuild +++ b/dev-libs/libwacom/libwacom-1.0.ebuild @@ -26,6 +26,7 @@ DEPEND="${RDEPEND}" src_prepare() { default + rm -r data/foo || die # duplicate dir in tarball, bug #693434 if ! use doc; then sed -e 's:^\(SUBDIRS = .* \)doc:\1:' -i Makefile.am || die fi