diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-06 19:33:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-06 19:33:31 +0000 |
commit | 12652bdadaefa7d91549630bf34adb6da2ba227e (patch) | |
tree | 0e85aeb6ee40ad97876e2c870f9046797b502dcc /app-admin/puppet/puppet-3.0.1.ebuild | |
parent | whitespace (diff) | |
download | gentoo-2-12652bdadaefa7d91549630bf34adb6da2ba227e.tar.gz gentoo-2-12652bdadaefa7d91549630bf34adb6da2ba227e.tar.bz2 gentoo-2-12652bdadaefa7d91549630bf34adb6da2ba227e.zip |
Fix dependencies.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'app-admin/puppet/puppet-3.0.1.ebuild')
-rw-r--r-- | app-admin/puppet/puppet-3.0.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/puppet/puppet-3.0.1.ebuild b/app-admin/puppet/puppet-3.0.1.ebuild index e4e4588a5c7d..c2e10bc9b327 100644 --- a/app-admin/puppet/puppet-3.0.1.ebuild +++ b/app-admin/puppet/puppet-3.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.0.1.ebuild,v 1.1 2012/11/06 19:17:59 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-3.0.1.ebuild,v 1.2 2012/11/06 19:33:31 flameeyes Exp $ EAPI="4" @@ -27,9 +27,11 @@ ruby_add_rdepend " sqlite3? ( dev-ruby/sqlite3 ) virtual/ruby-ssl" -DEPEND="emacs? ( virtual/emacs ) +DEPEND+=" + emacs? ( virtual/emacs ) xemacs? ( app-editors/xemacs )" -RDEPEND="rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) +RDEPEND+=" + rrdtool? ( >=net-analyzer/rrdtool-1.2.23[ruby] ) selinux? ( sys-libs/libselinux[ruby] sec-policy/selinux-puppet |