diff options
author | Bryan Stine <battousai@gentoo.org> | 2009-04-18 22:47:33 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2009-04-18 22:47:33 +0000 |
commit | e078df13e76a360e9c278ab34d1a508534444294 (patch) | |
tree | 392936a3d47374bef6747bae39509813c67034de /x11-base | |
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')
-rw-r--r-- | x11-base/x11-drm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/x11-drm/x11-drm-20090320.ebuild | 17 |
2 files changed, 6 insertions, 17 deletions
diff --git a/x11-base/x11-drm/ChangeLog b/x11-base/x11-drm/ChangeLog index f7d805cb885e..ff6ba7addeda 100644 --- a/x11-base/x11-drm/ChangeLog +++ b/x11-base/x11-drm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/x11-drm # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.73 2009/03/31 22:24:29 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/ChangeLog,v 1.74 2009/04/18 22:47:32 battousai Exp $ + + 18 Apr 2009; Bryan Stine <battousai@gentoo.org> x11-drm-20090320: + Remove patch_prepare() as its purpose is no longer relevant. Fixes bug + #266481. 31 Mar 2009; Bryan Stine <battousai@gentoo.org> x11-drm-20090320.ebuild: Add DEPEND for >=x11-libs/libdrm-2.4.3. The external tools now build 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 } |