diff options
author | Alex Alexander <wired@gentoo.org> | 2010-09-02 07:52:12 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-09-02 07:52:12 +0000 |
commit | 974cfd2ae41e1b94b92695b5d4c6ede4bc2f3a0e (patch) | |
tree | 3d7ec03149700038c7d223c45d95cd3f3c597450 /sys-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-974cfd2ae41e1b94b92695b5d4c6ede4bc2f3a0e.tar.gz gentoo-2-974cfd2ae41e1b94b92695b5d4c6ede4bc2f3a0e.tar.bz2 gentoo-2-974cfd2ae41e1b94b92695b5d4c6ede4bc2f3a0e.zip |
explicitly assign RDEPEND
(Portage version: 2.2_rc73/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild')
-rw-r--r-- | sys-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild index 17eb30aec1ab..0b76e1bc86fb 100644 --- a/sys-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild +++ b/sys-kernel/zen-sources/zen-sources-2.6.33_p3.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-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild,v 1.1 2010/06/17 16:00:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.33_p3.ebuild,v 1.2 2010/09/02 07:52:12 wired Exp $ COMPRESSTYPE=".lzma" K_USEPV="yes" @@ -27,6 +27,7 @@ KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" +RDEPEND="" KV_FULL="${PVR/_p/-zen}" S="${WORKDIR}"/linux-"${KV_FULL}" |