diff options
Diffstat (limited to 'app-admin/conary/conary-2.0.21.ebuild')
-rw-r--r-- | app-admin/conary/conary-2.0.21.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-admin/conary/conary-2.0.21.ebuild b/app-admin/conary/conary-2.0.21.ebuild index 838886770bee..250133203fce 100644 --- a/app-admin/conary/conary-2.0.21.ebuild +++ b/app-admin/conary/conary-2.0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 2006-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-2.0.21.ebuild,v 1.1 2008/07/08 23:56:05 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/conary/conary-2.0.21.ebuild,v 1.2 2008/11/15 14:55:15 flameeyes Exp $ DESCRIPTION="repository-based system management and package-building tool" HOMEPAGE="http://wiki.rpath.com/wiki/Conary" @@ -18,6 +18,9 @@ DEPEND="=dev-lang/python-2.4* dev-python/pycrypto dev-libs/elfutils" +RDEPEND="${DEPEND} + !app-arch/rpm" + PDEPEND="app-admin/conary-policy" src_compile() { |