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 76CF4138334 for ; Sat, 24 Aug 2019 14:13:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6FECE07FA; Sat, 24 Aug 2019 14:13:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8CE3EE07FA for ; Sat, 24 Aug 2019 14:13:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2FDD9349EF8 for ; Sat, 24 Aug 2019 14:13:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29DAD76E for ; Sat, 24 Aug 2019 14:13:43 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1566655910.0fdca5be35817e9af05e803a553e58a1dac69a60.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/iproute2-5.2.0-r1.ebuild sys-apps/iproute2/iproute2-5.2.0.ebuild X-VCS-Directories: sys-apps/iproute2/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0fdca5be35817e9af05e803a553e58a1dac69a60 X-VCS-Branch: master Date: Sat, 24 Aug 2019 14:13:43 +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: e0673494-f0b7-416e-bf17-542636f7deee X-Archives-Hash: 0ea6180044b4b38893c9f80051a2a647 commit: 0fdca5be35817e9af05e803a553e58a1dac69a60 Author: Lars Wendler gentoo org> AuthorDate: Sat Aug 24 14:10:16 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Aug 24 14:11:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fdca5be sys-apps/iproute2: Revbump to fix header location Also removed superflouous DATADIR and HDRDIR definitions now that we correctly set PREFIX. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Lars Wendler gentoo.org> sys-apps/iproute2/{iproute2-5.2.0.ebuild => iproute2-5.2.0-r1.ebuild} | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-apps/iproute2/iproute2-5.2.0.ebuild b/sys-apps/iproute2/iproute2-5.2.0-r1.ebuild similarity index 98% rename from sys-apps/iproute2/iproute2-5.2.0.ebuild rename to sys-apps/iproute2/iproute2-5.2.0-r1.ebuild index a911549d798..5beda6e4bc4 100644 --- a/sys-apps/iproute2/iproute2-5.2.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.2.0-r1.ebuild @@ -137,9 +137,7 @@ src_install() { LIBDIR="${EPREFIX}"/$(get_libdir) \ SBINDIR="${EPREFIX}"/sbin \ CONFDIR="${EPREFIX}"/etc/iproute2 \ - DATADIR="${EPREFIX}"/usr/share \ DOCDIR="${EPREFIX}"/usr/share/doc/${PF} \ - HDRDIR="${EPREFIX}"/usr/include \ MANDIR="${EPREFIX}"/usr/share/man \ ARPDDIR="${EPREFIX}"/var/lib/arpd \ install