diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-02-21 02:53:55 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-02-21 02:53:55 +0200 |
commit | a073fb0c5490af314cc3a9bdb5da5133b480267f (patch) | |
tree | 8d25ede25355ad8cc50f86884ff18225d59ba6ef | |
parent | d7532fdd66be6867da992a9981ddb2cb7f0e84e3 (diff) |
Oops. Forgot to put the ${PV}
-rw-r--r-- | sys-devel/gcc/gcc-4.6.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-4.6.4.ebuild b/sys-devel/gcc/gcc-4.6.4.ebuild index c699177e..a6763691 100644 --- a/sys-devel/gcc/gcc-4.6.4.ebuild +++ b/sys-devel/gcc/gcc-4.6.4.ebuild @@ -104,7 +104,7 @@ src_unpack() { use vanilla && return 0 - [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch + [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-${PV}-spec-env.patch # Fix http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47719 } |