diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-09-07 09:05:22 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-09-07 09:05:22 +0000 |
commit | c396bd2194bae4317a31578d2b160bd2bfc97dea (patch) | |
tree | f27718b9a38acb2e2153211de4bd61464a1997e9 /sys-devel/patch/patch-2.5.9-r1.ebuild | |
parent | add legacy API use flag for older kernels (diff) | |
download | gentoo-2-c396bd2194bae4317a31578d2b160bd2bfc97dea.tar.gz gentoo-2-c396bd2194bae4317a31578d2b160bd2bfc97dea.tar.bz2 gentoo-2-c396bd2194bae4317a31578d2b160bd2bfc97dea.zip |
Stable on ppc64; bug #146660
(Portage version: 2.1-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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/patch/patch-2.5.9-r1.ebuild b/sys-devel/patch/patch-2.5.9-r1.ebuild index c92725720328..e598d31b1511 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-2006 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.10 2006/03/30 12:47:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9-r1.ebuild,v 1.11 2006/09/07 09:05:22 corsair 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 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="build static" DEPEND="" |