summaryrefslogtreecommitdiff
path: root/media-gfx/pngrewrite
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/pngrewrite')
-rw-r--r--media-gfx/pngrewrite/Manifest2
-rw-r--r--media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/pngrewrite/Manifest b/media-gfx/pngrewrite/Manifest
index cf5f0a2357cf..635927fbc6fb 100644
--- a/media-gfx/pngrewrite/Manifest
+++ b/media-gfx/pngrewrite/Manifest
@@ -1,3 +1,3 @@
DIST pngrewrite-1.4.0.zip 149760 BLAKE2B 7ae0acabe8d231233bfab3fe0c6a71da4f835d5c6c6943aa394ec0e83f126c93127d5f798e2206f2c45ed5b9b016a14c45a99ea450b40fd63af09a321fb5d2bd SHA512 9ed9d220a4d8066f752d7ba123dd831ce6550072e7f8dd2327bf257b3d8e886f781c4878896c633a9a251a1311a10af56434e2c9ff773d174233a340a1f37e42
-EBUILD pngrewrite-1.4.0.ebuild 636 BLAKE2B e06e969c4727d71dc64fb57bcf665ceb84601a00d25f9dac7756dab400f98df02160d4c95777b53b28d78cd7c4fcb3f8d088075519b0c5e9725689c532cfedf8 SHA512 057686c8e59d0e7e2408f1199f28a94772adf9c0a587c95df7bd8c861c58cac868414845df4224759dc68d738160bbe9949c96f2be677a888566b75843e2115e
+EBUILD pngrewrite-1.4.0.ebuild 638 BLAKE2B b0b5e1a216dc8a968cd1f8e696aead27cb587fe6f447b9ff11659a178c637c683d404c6c9826e38067a4b23d8a26cb621d066d4ed0386a8c4dcfc8064f8dce1d SHA512 4e98653d02bfabef7b3404b0cbede14b3df0f38d3dbe15adece5ff78c2d51a7e817de9495807badbe2164437d4a2c05a44629adfee275415025c12d288849af0
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild b/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild
index 78bd15d1a013..88b46ee16108 100644
--- a/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild
+++ b/media-gfx/pngrewrite/pngrewrite-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}"
src_compile() {
- emake CC=$(tc-getCC) CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}
src_install() {