diff options
author | Davide Pesavento <pesa@gentoo.org> | 2021-11-22 02:40:33 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2021-11-22 02:41:54 +0100 |
commit | 045b7bf9c923a736f4c74cfd4295a1635d29814a (patch) | |
tree | 34776f9cb6ce336016b68e19f53680052662e2c7 /dev-qt | |
parent | profiles: add arm64 SELinux + systemd profiles too (exp) (diff) | |
download | gentoo-045b7bf9c923a736f4c74cfd4295a1635d29814a.tar.gz gentoo-045b7bf9c923a736f4c74cfd4295a1635d29814a.tar.bz2 gentoo-045b7bf9c923a736f4c74cfd4295a1635d29814a.zip |
dev-qt/qt-creator: drop RDEPEND on build tools
They are used as development tools in this context, and the
user/developer may want to use different versions from those
available via portage.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qt-creator/qt-creator-9999.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev-qt/qt-creator/qt-creator-9999.ebuild b/dev-qt/qt-creator/qt-creator-9999.ebuild index 78d1c1db6106..68a5ec763cc6 100644 --- a/dev-qt/qt-creator/qt-creator-9999.ebuild +++ b/dev-qt/qt-creator/qt-creator-9999.ebuild @@ -93,13 +93,10 @@ DEPEND="${CDEPEND} " RDEPEND="${CDEPEND} sys-devel/gdb[python] - autotools? ( sys-devel/autoconf ) - cmake? ( >=dev-util/cmake-3.14 ) cppcheck? ( dev-util/cppcheck ) cvs? ( dev-vcs/cvs ) git? ( dev-vcs/git ) mercurial? ( dev-vcs/mercurial ) - qbs? ( >=dev-util/qbs-1.18 ) qmldesigner? ( >=dev-qt/qtquicktimeline-${QT_PV} ) silversearcher? ( sys-apps/the_silver_searcher ) subversion? ( dev-vcs/subversion ) |