diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-11 16:42:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-05-11 16:42:47 +0000 |
commit | 3c6040af507a775d8f0e97607b9968ec162b0c4a (patch) | |
tree | ee62748830e3cf61ac08bdff5733b9e1f5add11e /sys-boot/quik/quik-2.1.6.ebuild | |
parent | Stable on ppc64; bug #220957 (diff) | |
download | historical-3c6040af507a775d8f0e97607b9968ec162b0c4a.tar.gz historical-3c6040af507a775d8f0e97607b9968ec162b0c4a.tar.bz2 historical-3c6040af507a775d8f0e97607b9968ec162b0c4a.zip |
Move rpm2targz to DEPEND wrt #220213.
Package-Manager: portage-2.1.5_rc7
Diffstat (limited to 'sys-boot/quik/quik-2.1.6.ebuild')
-rw-r--r-- | sys-boot/quik/quik-2.1.6.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-boot/quik/quik-2.1.6.ebuild b/sys-boot/quik/quik-2.1.6.ebuild index 447de6bbff2c..265d4b4155b5 100644 --- a/sys-boot/quik/quik-2.1.6.ebuild +++ b/sys-boot/quik/quik-2.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/quik-2.1.6.ebuild,v 1.3 2006/12/05 04:51:38 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/quik/quik-2.1.6.ebuild,v 1.4 2008/05/11 16:42:47 drac Exp $ inherit toolchain-funcs mount-boot eutils @@ -10,17 +10,17 @@ HOMEPAGE="http://penguinppc.org/bootloaders/quik/" DESCRIPTION="OldWorld PowerMac Bootloader" SRC_URI="http://www.shiner.info/files/Yellow%20Dog%20Linux%204/quik/quik-${MY_PV}.ydl4.src.rpm" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="-* ppc" IUSE="" -DEPEND="virtual/libc - app-arch/rpm2targz" +DEPEND="app-arch/rpm2targz" +RDEPEND="" PROVIDE="virtual/bootloader" -S="${WORKDIR}/" +S=${WORKDIR} src_unpack() { cd ${WORKDIR} |