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 C4E021382C5 for ; Tue, 30 Jan 2018 00:51:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF3DDE0AD3; Tue, 30 Jan 2018 00:50:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 ACC1BE0AD3 for ; Tue, 30 Jan 2018 00:50:59 +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 7BC3A335C2F for ; Tue, 30 Jan 2018 00:50:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADFA41BD for ; Tue, 30 Jan 2018 00:50:56 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1517273438.fd2466e64250224ee2f9689fd55a42ed7a0900a2.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/timezone-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/timezone-data/timezone-data-2018c.ebuild X-VCS-Directories: sys-libs/timezone-data/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: fd2466e64250224ee2f9689fd55a42ed7a0900a2 X-VCS-Branch: master Date: Tue, 30 Jan 2018 00:50:56 +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: 688abec6-a88d-4327-9c93-f5ca61618483 X-Archives-Hash: fc35b3b724631260a7f04c3d80ee1602 commit: fd2466e64250224ee2f9689fd55a42ed7a0900a2 Author: Benda Xu gentoo org> AuthorDate: Tue Jan 30 00:48:27 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Tue Jan 30 00:50:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2466e6 Revert "sys-libs/timezone-data: fix install on prefix systems #645634" This reverts commit f9aff1e839de0d9291b0538ce956c5b88cac0a41. This is a regression for the fix 3d8012b536f1 by grobian. Bug: https://bugs.gentoo.org/645634 Suggested-By: Cyril de Vaucleroy sys-libs/timezone-data/timezone-data-2018c.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/timezone-data/timezone-data-2018c.ebuild b/sys-libs/timezone-data/timezone-data-2018c.ebuild index e325cd837c9..7f59f932db4 100644 --- a/sys-libs/timezone-data/timezone-data-2018c.ebuild +++ b/sys-libs/timezone-data/timezone-data-2018c.ebuild @@ -87,7 +87,7 @@ src_install() { local zic="" tc-is-cross-compiler && zic="zic=${S}-native/zic" _emake install ${zic} DESTDIR="${D}" LIBDIR="/nukeit" - rm -rf "${ED}/nukeit" "${ED}/etc" || die + rm -rf "${D}/nukeit" "${ED}/etc" || die # Delete man pages installed by man-pages package. rm "${ED}"/usr/share/man/man5/tzfile.5* "${ED}"/usr/share/man/man8/{tzselect,zdump,zic}.8 || die dodoc CONTRIBUTING README NEWS *.html