diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 05:54:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-01 05:54:20 +0000 |
commit | b667fd008a629885a55a4e7239c2e4823400b6a6 (patch) | |
tree | 5d1a8d83c6de80e332ff2f81f90a5d7e437a5e5d /sys-devel/patch/patch-2.5.9-r1.ebuild | |
parent | rename (diff) | |
download | gentoo-2-b667fd008a629885a55a4e7239c2e4823400b6a6.tar.gz gentoo-2-b667fd008a629885a55a4e7239c2e4823400b6a6.tar.bz2 gentoo-2-b667fd008a629885a55a4e7239c2e4823400b6a6.zip |
rename patch and revert stable arches
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-devel/patch/patch-2.5.9-r1.ebuild')
-rw-r--r-- | sys-devel/patch/patch-2.5.9-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/patch/patch-2.5.9-r1.ebuild b/sys-devel/patch/patch-2.5.9-r1.ebuild index c64a61cb5d0e..86e97b940e4f 100644 --- a/sys-devel/patch/patch-2.5.9-r1.ebuild +++ b/sys-devel/patch/patch-2.5.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9-r1.ebuild,v 1.7 2005/05/07 09:39:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9-r1.ebuild,v 1.8 2005/09/01 05:54:20 vapier Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="build static" DEPEND="" @@ -20,7 +20,7 @@ DEPEND="" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${PV}-deb-cr.patch + epatch "${FILESDIR}"/patch-2.5.9-cr-stripping.patch } src_compile() { |