diff options
author | 2006-09-07 09:05:22 +0000 | |
---|---|---|
committer | 2006-09-07 09:05:22 +0000 | |
commit | c396bd2194bae4317a31578d2b160bd2bfc97dea (patch) | |
tree | f27718b9a38acb2e2153211de4bd61464a1997e9 | |
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)
-rw-r--r-- | sys-devel/patch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/patch/files/digest-patch-2.5.9 | 2 | ||||
-rw-r--r-- | sys-devel/patch/files/digest-patch-2.5.9-r1 | 2 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.9-r1.ebuild | 4 |
4 files changed, 10 insertions, 3 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index e958fc8920d1..70d7d7e0e220 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/patch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.33 2006/03/30 12:47:05 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.34 2006/09/07 09:05:22 corsair Exp $ + + 07 Sep 2006; Markus Rothe <corsair@gentoo.org> patch-2.5.9-r1.ebuild: + Stable on ppc64; bug #146660 30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> patch-2.5.9-r1.ebuild: Add ~x86-fbsd keyword. diff --git a/sys-devel/patch/files/digest-patch-2.5.9 b/sys-devel/patch/files/digest-patch-2.5.9 index ef4595afc25b..b4fe2de05061 100644 --- a/sys-devel/patch/files/digest-patch-2.5.9 +++ b/sys-devel/patch/files/digest-patch-2.5.9 @@ -1 +1,3 @@ MD5 dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz 201926 +RMD160 4b739ecabba45733f3b2e405d1de99a32b916c0f patch-2.5.9.tar.gz 201926 +SHA256 ecb5c6469d732bcf01d6ec1afe9e64f1668caba5bfdb103c28d7f537ba3cdb8a patch-2.5.9.tar.gz 201926 diff --git a/sys-devel/patch/files/digest-patch-2.5.9-r1 b/sys-devel/patch/files/digest-patch-2.5.9-r1 index ef4595afc25b..b4fe2de05061 100644 --- a/sys-devel/patch/files/digest-patch-2.5.9-r1 +++ b/sys-devel/patch/files/digest-patch-2.5.9-r1 @@ -1 +1,3 @@ MD5 dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz 201926 +RMD160 4b739ecabba45733f3b2e405d1de99a32b916c0f patch-2.5.9.tar.gz 201926 +SHA256 ecb5c6469d732bcf01d6ec1afe9e64f1668caba5bfdb103c28d7f537ba3cdb8a patch-2.5.9.tar.gz 201926 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="" |