Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519296 - media-libs/libwmf-0.2.8.4-r5 `myconfargs' should be `myeconfargs'
Summary: media-libs/libwmf-0.2.8.4-r5 `myconfargs' should be `myeconfargs'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: myconfargs-typo
  Show dependency tree
 
Reported: 2014-08-07 05:58 UTC by Casper Ti. Vector
Modified: 2014-08-07 09:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Casper Ti. Vector 2014-08-07 05:58:11 UTC
(Originally reported in bug #518106; now reported as separate bugs after consulting devs on #gentoo at freenode.)

As the title says.  Eclasses only provided the `myeconfargs' interface, not `myconfargs'.  Affected ebuild(s) do not seem to use `myconfargs' side by side with `myeconfargs' on purpose, so this is probably a typo.

Following is the patch:

--- /usr/portage/media-libs/libwmf/libwmf-0.2.8.4-r5.ebuild	2013-10-13 23:01:21.000000000 +0800
+++ -	2014-08-07 13:56:43.471762255 +0800
@@ -68,7 +68,7 @@
 }
 
 src_configure() {
-	local myconfargs=()
+	local myeconfargs=()
 	# NOTE: The gd that is included is gd-2.0.0. Even with --with-sys-gd, that gd is built
 	# and included in libwmf. Since nothing in-tree seems to use media-libs/libwmf[gd],
 	# we're explicitly disabling gd use w.r.t. bug 268161
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-08-07 09:13:45 UTC
+  07 Aug 2014; Jeroen Roovers <jer@gentoo.org> libwmf-0.2.8.4-r5.ebuild:
+  myconfargs -> myeconfargs by Casper Ti. Vector (bug #519296).
+