diff options
author | 2012-06-01 11:11:49 -0400 | |
---|---|---|
committer | 2012-06-01 11:11:49 -0400 | |
commit | 1debfb4f3ede24879023919a4651c96caaf45d7a (patch) | |
tree | 7324eab08a2eb82f89871f732778616f71e8182b /app-editors | |
parent | Fixed ebuild RDEPEND so that repoman does not complain anymore. (diff) | |
download | Armageddon-1debfb4f3ede24879023919a4651c96caaf45d7a.tar.gz Armageddon-1debfb4f3ede24879023919a4651c96caaf45d7a.tar.bz2 Armageddon-1debfb4f3ede24879023919a4651c96caaf45d7a.zip |
Fixes to both DEPEND and RDEPEND to conform to norms and repoman.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-qt/vim-qt-9999.ebuild | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app-editors/vim-qt/vim-qt-9999.ebuild b/app-editors/vim-qt/vim-qt-9999.ebuild index 44e165a..98d9439 100644 --- a/app-editors/vim-qt/vim-qt-9999.ebuild +++ b/app-editors/vim-qt/vim-qt-9999.ebuild @@ -28,13 +28,23 @@ DEPEND=" perl? ( dev-lang/perl ) acl? ( kernel_linux? ( sys-apps/acl ) ) ruby? ( =dev-lang/ruby-1.8* ) + >=x11-libs/qt-core-4.7.0:4 + >=x11-libs/qt-gui-4.7.0:4" +RDEPEND=" + =app-editors/vim-core-7.3.487 + >=app-admin/eselect-vi-1.1 + >=sys-libs/ncurses-5.2-r2 + nls? ( virtual/libintl ) + cscope? ( dev-util/cscope ) + perl? ( dev-lang/perl ) + acl? ( kernel_linux? ( sys-apps/acl ) ) + ruby? ( =dev-lang/ruby-1.8* ) !<app-vim/align-30-r1 !<app-vim/vimbuddy-0.9.1-r1 !<app-vim/autoalign-11 !<app-vim/supertab-0.41 >=x11-libs/qt-core-4.7.0:4 >=x11-libs/qt-gui-4.7.0:4" -RDEPEND="" src_configure() { local myconf |