diff options
author | Brent Baude <ranger@gentoo.org> | 2008-11-13 03:00:09 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-11-13 03:00:09 +0000 |
commit | 0a362da4ac743c37f9865567227849c8e5bf30bd (patch) | |
tree | f94e3df3f9b147859a84a6291615cdfad40c704d /dev-util/patchutils | |
parent | Version bump (diff) | |
download | gentoo-2-0a362da4ac743c37f9865567227849c8e5bf30bd.tar.gz gentoo-2-0a362da4ac743c37f9865567227849c8e5bf30bd.tar.bz2 gentoo-2-0a362da4ac743c37f9865567227849c8e5bf30bd.zip |
stable ppc64, bug 246558
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-util/patchutils')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.2.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index 428f41840344..36e1f877cda6 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchutils # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.41 2008/11/13 00:45:38 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.42 2008/11/13 03:00:09 ranger Exp $ + + 13 Nov 2008; Brent Baude <ranger@gentoo.org> patchutils-0.2.31.ebuild: + stable ppc64, bug 246558 13 Nov 2008; Ferris McCormick <fmccor@gentoo.org> patchutils-0.2.31.ebuild: diff --git a/dev-util/patchutils/patchutils-0.2.31.ebuild b/dev-util/patchutils/patchutils-0.2.31.ebuild index 2a7d05e54598..4c0f66043e14 100644 --- a/dev-util/patchutils/patchutils-0.2.31.ebuild +++ b/dev-util/patchutils/patchutils-0.2.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.31.ebuild,v 1.4 2008/11/13 00:45:38 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.2.31.ebuild,v 1.5 2008/11/13 03:00:09 ranger Exp $ WANT_AUTOMAKE=1.8 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ppc64 sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/libc" |