diff options
author | Stephen L Arnold <nerdboy@gentoo.org> | 2017-10-13 22:58:49 -0700 |
---|---|---|
committer | Stephen L Arnold <nerdboy@gentoo.org> | 2017-10-13 22:58:49 -0700 |
commit | 8d8d65810344d48769b7f0addee27aea2613ab2e (patch) | |
tree | 31724a48d5940ff95980135a17564b7bdfe23673 /sys-devel | |
parent | dev-perl/Apache-Reload: Enhance and enable tests (diff) | |
download | gentoo-8d8d65810344d48769b7f0addee27aea2613ab2e.tar.gz gentoo-8d8d65810344d48769b7f0addee27aea2613ab2e.tar.bz2 gentoo-8d8d65810344d48769b7f0addee27aea2613ab2e.zip |
sys-devel/crossdev: remove obsolete patch (change pushed)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/crossdev/crossdev-99999999.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-devel/crossdev/crossdev-99999999.ebuild b/sys-devel/crossdev/crossdev-99999999.ebuild index aa413719ace2..724d297db4a2 100644 --- a/sys-devel/crossdev/crossdev-99999999.ebuild +++ b/sys-devel/crossdev/crossdev-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -26,10 +26,6 @@ RDEPEND=">=sys-apps/portage-2.1 !sys-devel/crossdev-wrappers" DEPEND="app-arch/xz-utils" -PATCHES=( - "${FILESDIR}"/use-new-path-for-functions.sh.patch -) - src_install() { default if [[ "${PV}" == "99999999" ]] ; then |