Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 519292 - dev-util/difffilter - `myconfargs' should be `myeconfargs'
Summary: dev-util/difffilter - `myconfargs' should be `myeconfargs'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Nathan Phillip Brink (binki) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: myconfargs-typo
  Show dependency tree
 
Reported: 2014-08-07 05:51 UTC by Casper Ti. Vector
Modified: 2014-08-07 16:45 UTC (History)
0 users

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:51:29 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 (same for 0.3.1 and 0.3.3):

--- /usr/portage/dev-util/difffilter/difffilter-0.3.1.ebuild	2011-10-16 07:24:48.000000000 +0800
+++ -	2014-08-07 13:50:07.130064194 +0800
@@ -22,7 +22,7 @@
 	${RDEPEND}"
 
 src_configure() {
-	local myconfargs=(
+	local myeconfargs=(
 		$(use_enable doc)
 	)
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-08-07 16:45:48 UTC
+  07 Aug 2014; Michał Górny <mgorny@gentoo.org> difffilter-0.3.1.ebuild,
+  difffilter-0.3.3.ebuild:
+  Fix myconfargs typo, bug #519292.