diff options
author | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-05-31 13:59:19 -0400 |
---|---|---|
committer | Elijah El Lazkani <ThyArmageddon+GentooOverlay@Gmail.com> | 2012-05-31 13:59:19 -0400 |
commit | 848eafb98e2181b9bdd8b5388fefd28fa92d56b2 (patch) | |
tree | e58313a7c95daa25aaa855bae311e514c6be81d7 /app-editors | |
parent | Added a vim-core dependency and fixed trailing white spaces. (diff) | |
download | Armageddon-848eafb98e2181b9bdd8b5388fefd28fa92d56b2.tar.gz Armageddon-848eafb98e2181b9bdd8b5388fefd28fa92d56b2.tar.bz2 Armageddon-848eafb98e2181b9bdd8b5388fefd28fa92d56b2.zip |
Fixed ebuild RDEPEND so that repoman does not complain anymore.
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-qt/vim-qt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-qt/vim-qt-9999.ebuild b/app-editors/vim-qt/vim-qt-9999.ebuild index 3526495..44e165a 100644 --- a/app-editors/vim-qt/vim-qt-9999.ebuild +++ b/app-editors/vim-qt/vim-qt-9999.ebuild @@ -34,7 +34,7 @@ DEPEND=" !<app-vim/supertab-0.41 >=x11-libs/qt-core-4.7.0:4 >=x11-libs/qt-gui-4.7.0:4" -RDEPEND="${DEPEND}" +RDEPEND="" src_configure() { local myconf |