diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-02-20 15:51:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-02-20 15:55:08 +0100 |
commit | 6afaf54b3e9f66eb9938af9aa6e9248b1d0acfe6 (patch) | |
tree | 9455fb4bf2d75de123d2665a06272b94be363416 /sys-devel/crossdev/crossdev-99999999.ebuild | |
parent | dev-java/json: Remove pointless maintainer entries (diff) | |
download | gentoo-6afaf54b3e9f66eb9938af9aa6e9248b1d0acfe6.tar.gz gentoo-6afaf54b3e9f66eb9938af9aa6e9248b1d0acfe6.tar.bz2 gentoo-6afaf54b3e9f66eb9938af9aa6e9248b1d0acfe6.zip |
sys-devel/crossdev: Move gentoo-functions to RDEP, reported by slyfox
Diffstat (limited to 'sys-devel/crossdev/crossdev-99999999.ebuild')
-rw-r--r-- | sys-devel/crossdev/crossdev-99999999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index eb84933ea66a..d9e38620c110 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -26,9 +26,9 @@ IUSE="" RDEPEND=">=sys-apps/portage-2.1 >=app-portage/portage-utils-0.55 app-shells/bash + sys-apps/gentoo-functions !sys-devel/crossdev-wrappers" -DEPEND="app-arch/xz-utils - sys-apps/gentoo-functions" +DEPEND="app-arch/xz-utils" src_prepare() { epatch "${FILESDIR}"/use-new-path-for-functions.sh.patch |