diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-22 18:27:43 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-22 18:27:43 +0000 |
commit | b5a5d6400cef2c469c99230d3e02f072051efea2 (patch) | |
tree | 1ce8d6abd84d5cbcacf2db7913f832a7b651f792 | |
parent | Refactor ebuild to use python functions correctly. Fixes bug #316191 (diff) | |
download | historical-b5a5d6400cef2c469c99230d3e02f072051efea2.tar.gz historical-b5a5d6400cef2c469c99230d3e02f072051efea2.tar.bz2 historical-b5a5d6400cef2c469c99230d3e02f072051efea2.zip |
Drop epatch_user, already executed by base eclass. Thx to sedzimir.
-rw-r--r-- | eclass/xorg-2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 51070b0cc15c..93d125ce2a74 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.2 2010/03/17 14:29:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.3 2010/04/22 18:27:43 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -198,7 +198,6 @@ xorg-2_patch_source() { [[ -d "${EPATCH_SOURCE}" ]] && epatch base_src_prepare - epatch_user } # @FUNCTION: xorg-2_reconf_source |