diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-21 17:52:17 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-21 17:52:25 +0100 |
commit | 931b1fc38c97b24b54aa89f5a3293423c7fdb894 (patch) | |
tree | eb4f16d827a5a4c22d1f4be7536e0f5eb9cf4ed2 | |
parent | 24c9ec08dd312d0c637cb51c46a9156cc4598e4f (diff) | |
download | gentoo-931b1fc38c97b24b54aa89f5a3293423c7fdb894.tar.gz gentoo-931b1fc38c97b24b54aa89f5a3293423c7fdb894.tar.xz |
sys-devel/crossdev: Fix patch for EAPI 6
Gentoo-bug: 603348
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r-- | sys-devel/crossdev/files/use-new-path-for-functions.sh.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/use-new-path-for-functions.sh.patch b/sys-devel/crossdev/files/use-new-path-for-functions.sh.patch index 8607fc13483..6d45575a7d9 100644 --- a/sys-devel/crossdev/files/use-new-path-for-functions.sh.patch +++ b/sys-devel/crossdev/files/use-new-path-for-functions.sh.patch @@ -1,5 +1,5 @@ ---- crossdev.orig 2016-02-18 12:28:49.926442767 -0200 -+++ crossdev 2016-02-18 12:32:25.962433210 -0200 +--- a/crossdev.orig 2016-02-18 12:28:49.926442767 -0200 ++++ b/crossdev 2016-02-18 12:32:25.962433210 -0200 @@ -15,7 +15,7 @@ CONFIGROOT="${PORTAGE_CONFIGROOT}/etc/portage" |