commit: 938e29e97d7169149382ade3826ade195c063a30 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Feb 22 11:22:51 2026 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Feb 22 11:23:40 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938e29e9
media-gfx/dcraw: Fix VariableOrderWrong warning Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> media-gfx/dcraw/dcraw-9.28.0-r5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-gfx/dcraw/dcraw-9.28.0-r5.ebuild b/media-gfx/dcraw/dcraw-9.28.0-r5.ebuild index fc0a76b6c77b..35401d0f2562 100644 --- a/media-gfx/dcraw/dcraw-9.28.0-r5.ebuild +++ b/media-gfx/dcraw/dcraw-9.28.0-r5.ebuild @@ -8,6 +8,7 @@ DESCRIPTION="Command-line decoder for raw digital photos" HOMEPAGE="https://www.dechifro.org/dcraw/" SRC_URI="https://www.cybercom.net/~dcoffin/dcraw/archive/${P}.tar.gz mirror://gentoo/parse-1.73.tar.bz2" +S="${WORKDIR}/dcraw" LICENSE="GPL-2" SLOT="0" @@ -26,8 +27,6 @@ RDEPEND="${DEPEND} media-libs/netpbm " -S="${WORKDIR}/dcraw" - DOC_CONTENTS=" See conversion-examples.txt.gz on how to convert the PPM files produced by dcraw to other image formats.\n
