Fix myconf -> my_conf typos in simulavr ebuild.
authorW. Trevor King <wking@tremily.us>
Tue, 14 Aug 2012 16:07:37 +0000 (12:07 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 14 Aug 2012 16:07:37 +0000 (12:07 -0400)
dev-embedded/simulavr/Manifest
dev-embedded/simulavr/simulavr-9999.ebuild

index 0d538b1d9426d20e70fe074b40fbd575ac772e31..ea52e91371eb2cda15b323452e237634d6fb422e 100644 (file)
@@ -1,4 +1,4 @@
 AUX 9999-0010-update_poisoned_interrupt_vectors.patch 5946 RMD160 4d186938c7cf930da1b8ee8a6e9b14c136d242ed SHA1 153f81002eb44bc1404a8f6c86b00e8f93a44895 SHA256 f74d0dacdc77c1bd0e88ea6c47be08659f778b5c9f4263d98333bda19e2f9a9b
-EBUILD simulavr-9999.ebuild 2051 RMD160 e159872bec62f966151257e87965c6418fba0630 SHA1 6b01184cdafe9fd76564e57a4467ff111f839b14 SHA256 3d546aca4d3a6aa4173df2f0e1564612e78afcb27c07f560957f3bde6cca2903
+EBUILD simulavr-9999.ebuild 2034 RMD160 687a9018277cea2a00d483592816282dc1aee550 SHA1 aef8cd7605da54f7c64ce25d9d055c59242c0e46 SHA256 a2070b8906823745b527bb25270f6b0161d4c92f635dee618cbc0874a18bdbb2
 MISC ChangeLog 601 RMD160 56171751910f8d3564700e61b478729aca7fbd84 SHA1 14323d44d908388575f06ffc0690ea4d92d88f2c SHA256 b41cd1718171fed8744d6fc386c7277b760222e49a517cdcb2479ae06aa9a837
 MISC metadata.xml 247 RMD160 f6a3debfa8f70e039ec74fe92be0de687c8cec20 SHA1 30c46f34b3a777a6ff4f46dd4590b94677594948 SHA256 30b3270d8e655f6c190d3148f49b9364795beb41991502630e6631886ef107ea
index 5c07b195fa3effd1a6e37b204d9b8793f5acc835..8bf0a9ef82c7712548b2524537ecd5648676827a 100644 (file)
@@ -63,11 +63,10 @@ src_configure() {
        local BINUTILS_CONFIG="/etc/env.d/binutils/${BINUTILS}"
        local BINUTILS_PATH=$(sed -n 's/^LIBPATH="\(.*\)"$/\1/p' "${BINUTILS_CONFIG}")
        my_conf="${my_conf} --with-bfd=${BINUTILS_PATH}"
-       myconf="${my_conf} $(use_enable python)"
-       myconf="${my_conf} $(use_enable static-libs static)"
-       myconf="${my_conf} $(use_enable tcl)"
-       myconf="${my_conf} $(use_enable verilog)"
-       myconf="${my_conf} $(use_enable doc doxygen-doc )"
-       myconf="${my_conf}"
+       my_conf="${my_conf} $(use_enable python)"
+       my_conf="${my_conf} $(use_enable static-libs static)"
+       my_conf="${my_conf} $(use_enable tcl)"
+       my_conf="${my_conf} $(use_enable verilog)"
+       my_conf="${my_conf} $(use_enable doc doxygen-doc)"
        LDFLAGS="-Wl,-rpath=${BINUTILS_PATH},--enable-new-dtags ${LDFLAGS}" econf ${my_conf} --docdir="${EPREFIX}/usr/share/${P}"
 }