diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-07-19 19:11:41 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-07-19 19:11:41 +0000 |
commit | 4ac959e731a23673e6257a7637ed0107fe28b705 (patch) | |
tree | 1135bddaad21185a579e1caecfb36099bc8467cc /sys-boot/yaboot-static | |
parent | Marked ppc stable for bug #328879. (diff) | |
download | historical-4ac959e731a23673e6257a7637ed0107fe28b705.tar.gz historical-4ac959e731a23673e6257a7637ed0107fe28b705.tar.bz2 historical-4ac959e731a23673e6257a7637ed0107fe28b705.zip |
Marked ppc64 stable.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/yaboot-static')
-rw-r--r-- | sys-boot/yaboot-static/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-boot/yaboot-static/ChangeLog b/sys-boot/yaboot-static/ChangeLog index 1381dd2131f9..87452d30a205 100644 --- a/sys-boot/yaboot-static/ChangeLog +++ b/sys-boot/yaboot-static/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/yaboot-static # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.21 2010/05/31 23:53:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/ChangeLog,v 1.22 2010/07/19 19:11:41 josejx Exp $ + + 19 Jul 2010; Joseph Jezak <josejx@gentoo.org> + yaboot-static-1.3.14-r1.ebuild: + Marked ppc64 stable. *yaboot-static-1.3.14-r1 (31 May 2010) diff --git a/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild b/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild index c473244335be..977d200b12cf 100644 --- a/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild +++ b/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild @@ -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/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 1.1 2010/05/31 23:53:36 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot-static/yaboot-static-1.3.14-r1.ebuild,v 1.2 2010/07/19 19:11:41 josejx Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://penguinppc.org/projects/yaboot/" SRC_URI="mirror://gentoo/yaboot-static-${PV}.tbz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~ppc64" +KEYWORDS="-* ppc64" IUSE="ibm" DEPEND="!sys-boot/yaboot sys-apps/powerpc-utils" @@ -21,7 +21,7 @@ PROVIDE="virtual/bootloader" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch "${FILESDIR}"/sysfs-ofpath.patch } |