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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BE77D158091 for ; Thu, 16 Jun 2022 11:42:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E90B3E0905; Thu, 16 Jun 2022 11:42:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE95DE0905 for ; Thu, 16 Jun 2022 11:42:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E48EB34179D for ; Thu, 16 Jun 2022 11:42:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AF54D3 for ; Thu, 16 Jun 2022 11:42:34 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1655379719.2d0f021511236a79f88a5e66f6866ac8626e265e.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/feh/feh-3.9-r1.ebuild media-gfx/feh/feh-3.9.ebuild X-VCS-Directories: media-gfx/feh/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 2d0f021511236a79f88a5e66f6866ac8626e265e X-VCS-Branch: master Date: Thu, 16 Jun 2022 11:42:34 +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: f773f55d-c146-428c-b8b5-04c18a552d55 X-Archives-Hash: 99331d5bd4a055835f74459a4f8e62c5 commit: 2d0f021511236a79f88a5e66f6866ac8626e265e Author: Piotr Karbowski gentoo org> AuthorDate: Thu Jun 16 11:39:45 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Thu Jun 16 11:41:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d0f0215 media-gfx/feh: 3.9-r1: fix accidential prefix regression. Signed-off-by: Piotr Karbowski gentoo.org> media-gfx/feh/{feh-3.9.ebuild => feh-3.9-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/feh/feh-3.9.ebuild b/media-gfx/feh/feh-3.9-r1.ebuild similarity index 96% rename from media-gfx/feh/feh-3.9.ebuild rename to media-gfx/feh/feh-3.9-r1.ebuild index 2457a0d16f32..b05cfb8585a7 100644 --- a/media-gfx/feh/feh-3.9.ebuild +++ b/media-gfx/feh/feh-3.9-r1.ebuild @@ -54,7 +54,7 @@ src_compile() { } src_install() { - emake "${fehopts[@]}" DESTDIR="${ED}" install + emake "${fehopts[@]}" DESTDIR="${D}" install } pkg_postinst() {