diff options
author | 2009-04-18 22:47:33 +0000 | |
---|---|---|
committer | 2009-04-18 22:47:33 +0000 | |
commit | e078df13e76a360e9c278ab34d1a508534444294 (patch) | |
tree | 392936a3d47374bef6747bae39509813c67034de /x11-base/x11-drm/x11-drm-20090320.ebuild | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-e078df13e76a360e9c278ab34d1a508534444294.tar.gz gentoo-2-e078df13e76a360e9c278ab34d1a508534444294.tar.bz2 gentoo-2-e078df13e76a360e9c278ab34d1a508534444294.zip |
Remove patch_prepare() as its purpose is no longer relevant. Fixes bug #266481.
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'x11-base/x11-drm/x11-drm-20090320.ebuild')
-rw-r--r-- | x11-base/x11-drm/x11-drm-20090320.ebuild | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/x11-base/x11-drm/x11-drm-20090320.ebuild b/x11-base/x11-drm/x11-drm-20090320.ebuild index f1954721e789..7795cc749db8 100644 --- a/x11-base/x11-drm/x11-drm-20090320.ebuild +++ b/x11-base/x11-drm/x11-drm-20090320.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20090320.ebuild,v 1.4 2009/03/31 22:24:29 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20090320.ebuild,v 1.5 2009/04/18 22:47:33 battousai Exp $ inherit eutils x11 linux-mod autotools @@ -71,8 +71,6 @@ src_unpack() { unpack ${P}-gentoo-${PATCHVER}.tar.bz2 cd "${S}" - patch_prepare - # Apply patches EPATCH_SUFFIX="patch" epatch ${PATCHDIR} fi @@ -185,19 +183,6 @@ get_drm_build_dir() { fi } -patch_prepare() { - # Handle exclusions based on the following... - # All trees (0**), Standard only (1**), Others (none right now) - # 2.4 vs. 2.6 kernels - if use kernel_linux - then - kernel_is 2 6 && mv -f "${PATCHDIR}"/*kernel-2.4* "${EXCLUDED}" - fi - - # There is only one tree being maintained now. No numeric exclusions need - # to be done based on DRM tree. -} - src_unpack_linux() { convert_to_m "${SRC_BUILD}"/Makefile } |