diff options
author | Alex Alexander <wired@gentoo.org> | 2010-01-03 22:00:58 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-01-03 22:00:58 +0000 |
commit | b35f7e06401c369d0ea7d9e60487058587a6b6c0 (patch) | |
tree | 5d2bf15aa81470fd4996aa02219c9c39ea400e40 /sys-kernel/zen-sources/zen-sources-2.6.30_p11.ebuild | |
parent | add USE=nls support (bug #299446) (diff) | |
download | gentoo-2-b35f7e06401c369d0ea7d9e60487058587a6b6c0.tar.gz gentoo-2-b35f7e06401c369d0ea7d9e60487058587a6b6c0.tar.bz2 gentoo-2-b35f7e06401c369d0ea7d9e60487058587a6b6c0.zip |
added xz/lzma DEPEND, bug 299351
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/zen-sources/zen-sources-2.6.30_p11.ebuild')
-rw-r--r-- | sys-kernel/zen-sources/zen-sources-2.6.30_p11.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-kernel/zen-sources/zen-sources-2.6.30_p11.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.30_p11.ebuild index bb5ed5e4bbf1..3d6d58d69ef4 100644 --- a/sys-kernel/zen-sources/zen-sources-2.6.30_p11.ebuild +++ b/sys-kernel/zen-sources/zen-sources-2.6.30_p11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ @@ -28,6 +28,8 @@ SRC_URI="${KERNEL_URI} ${ZEN_URI}" KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" IUSE="" +DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" + KV_FULL="${PVR/_p/-zen}" S="${WORKDIR}"/linux-"${KV_FULL}" |