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 1B6FC15852A for ; Mon, 19 Aug 2024 00:21:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F37B2BC01A; Mon, 19 Aug 2024 00:21:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C5DD2BC01A for ; Mon, 19 Aug 2024 00:21:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D3E49342FA4 for ; Mon, 19 Aug 2024 00:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14E6D1D57 for ; Mon, 19 Aug 2024 00:21:41 +0000 (UTC) From: "Dale Sweeney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dale Sweeney" Message-ID: <1724026889.5aa5332e1665323fffe011454a9856d779871e29.agooglygooglr@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/dmg2img/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/dmg2img/dmg2img-20240818.ebuild dev-util/dmg2img/dmg2img-9999.ebuild dev-util/dmg2img/metadata.xml X-VCS-Directories: dev-util/dmg2img/ X-VCS-Committer: agooglygooglr X-VCS-Committer-Name: Dale Sweeney X-VCS-Revision: 5aa5332e1665323fffe011454a9856d779871e29 X-VCS-Branch: dev Date: Mon, 19 Aug 2024 00:21:41 +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: 8ec3d4da-03e3-4dd7-b4a3-fe4169bba122 X-Archives-Hash: 40849407726adbfdbdaf3efeef0edd9c commit: 5aa5332e1665323fffe011454a9856d779871e29 Author: Dale Sweeney gmail com> AuthorDate: Mon Aug 19 00:20:45 2024 +0000 Commit: Dale Sweeney gmail com> CommitDate: Mon Aug 19 00:21:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5aa5332e dev-util/dmg2img: keyword 20240818 for amd64, x86 Signed-off-by: Dale Sweeney gmail.com> dev-util/dmg2img/dmg2img-20240818.ebuild | 5 ++--- dev-util/dmg2img/dmg2img-9999.ebuild | 4 +--- dev-util/dmg2img/metadata.xml | 3 --- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-util/dmg2img/dmg2img-20240818.ebuild b/dev-util/dmg2img/dmg2img-20240818.ebuild index 573d8049f..f6b3ee6d9 100644 --- a/dev-util/dmg2img/dmg2img-20240818.ebuild +++ b/dev-util/dmg2img/dmg2img-20240818.ebuild @@ -12,20 +12,19 @@ S="${WORKDIR}/${PN}-${COMMIT}" DESCRIPTION="Convert Apple disk images to IMG format." HOMEPAGE="https://github.com/Lekensteyn/dmg2img" LICENSE="GPL-2" +KEYWORDS="amd64 x86" SLOT="0" -IUSE="lzfse" DEPEND=" app-arch/bzip2 dev-libs/openssl sys-libs/zlib - lzfse? ( dev-libs/lzfse ) " RDEPEND="${DEPEND}" BDEPEND="${DEPEND}" src_compile() { - emake HAVE_LZFSE=$(usex lzfse 1 0) CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" } src_install() { diff --git a/dev-util/dmg2img/dmg2img-9999.ebuild b/dev-util/dmg2img/dmg2img-9999.ebuild index 1fce562a1..5d7ad7fda 100644 --- a/dev-util/dmg2img/dmg2img-9999.ebuild +++ b/dev-util/dmg2img/dmg2img-9999.ebuild @@ -11,19 +11,17 @@ DESCRIPTION="Convert Apple disk images to IMG format." HOMEPAGE="https://github.com/Lekensteyn/dmg2img" LICENSE="GPL-2" SLOT="0" -IUSE="lzfse" DEPEND=" app-arch/bzip2 dev-libs/openssl sys-libs/zlib - lzfse? ( dev-libs/lzfse ) " RDEPEND="${DEPEND}" BDEPEND="${DEPEND}" src_compile() { - emake HAVE_LZFSE=$(usex lzfse 1 0) CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" } src_install() { diff --git a/dev-util/dmg2img/metadata.xml b/dev-util/dmg2img/metadata.xml index df25daf5e..04db2f8d0 100644 --- a/dev-util/dmg2img/metadata.xml +++ b/dev-util/dmg2img/metadata.xml @@ -12,7 +12,4 @@ Lekensteyn/dmg2img https://github.com/Lekensteyn/dmg2img/issues - - Enable support for Apple's LZFSE compression -