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 CD4EB13835A for ; Sun, 2 May 2021 15:25:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D151AE07AE; Sun, 2 May 2021 15:25:04 +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 867CDE07AE for ; Sun, 2 May 2021 15:25:04 +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 5A99F335C06 for ; Sun, 2 May 2021 15:25:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90F4A75F for ; Sun, 2 May 2021 15:24:59 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1619969088.70adb65f3d347c6ab1d6d13579b3c0d3ba131173.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libXcursor/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libXcursor/libXcursor-1.2.0.ebuild X-VCS-Directories: x11-libs/libXcursor/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 70adb65f3d347c6ab1d6d13579b3c0d3ba131173 X-VCS-Branch: master Date: Sun, 2 May 2021 15:24:59 +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: 4f49632e-0e8e-406d-8d29-7485ae08e55d X-Archives-Hash: 0dcfa19bef509110ed687795bab5b6b4 commit: 70adb65f3d347c6ab1d6d13579b3c0d3ba131173 Author: David Seifert gentoo org> AuthorDate: Sat May 1 23:55:06 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 2 15:24:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70adb65f x11-libs/libXcursor: Add EPREFIX Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> Signed-off-by: Matt Turner gentoo.org> x11-libs/libXcursor/libXcursor-1.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/libXcursor/libXcursor-1.2.0.ebuild b/x11-libs/libXcursor/libXcursor-1.2.0.ebuild index 81bf3e51b43..22a4854b179 100644 --- a/x11-libs/libXcursor/libXcursor-1.2.0.ebuild +++ b/x11-libs/libXcursor/libXcursor-1.2.0.ebuild @@ -17,6 +17,6 @@ RDEPEND=">=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] DEPEND="${RDEPEND}" XORG_CONFIGURE_OPTIONS=( - --with-icondir=/usr/share/cursors/xorg-x11 + --with-icondir="${EPREFIX}"/usr/share/cursors/xorg-x11 --with-cursorpath='~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/local/share/cursors:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/share/cursors/xorg-x11:/usr/share/cursors:/usr/share/pixmaps/xorg-x11:/usr/share/icons:/usr/share/pixmaps' )