Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364321 - Too high requirments for QT in net-p2p/qbittorrent-2.7.3.ebuild
Summary: Too high requirments for QT in net-p2p/qbittorrent-2.7.3.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-21 08:21 UTC by Alexey Portnov
Modified: 2011-04-30 18:50 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Portnov 2011-04-21 08:21:36 UTC
qbittorrent-2.7.3.ebuild contains:
-------------------------------------------------------
QT_MIN="4.7.1"
# boost version so that we always have thread support
CDEPEND="net-libs/rb_libtorrent
        >=x11-libs/qt-core-${QT_MIN}:4
        X? ( >=x11-libs/qt-gui-${QT_MIN}:4 )
        dbus? ( >=x11-libs/qt-dbus-${QT_MIN}:4 )
------------------------------------------------------

I've patched original ebuild by setting QT_MIN="4.5.0" and placed it in /usr/local/portage:
---------------------------------
>>> Configuring source in /var/tmp/portage/net-p2p/qbittorrent-2.7.3/work/qbittorrent-2.7.3 ...
Configuring qbittorrent ...
Verifying Qt 4 build environment ... ok
Checking for Qt >= 4.5 ... yes
Checking for QtDBus >= 4.5 ... yes
Checking for pkg-config executable ... yes
Checking for libtorrent-rasterbar >= 0.14.4 ... yes
Checking for libboost ... yes
Checking for qtsingleapplication library ... [shipped]  yes

Good, your configure finished.  Now run /usr/bin/gmake.
---------------------------------------------------------

What for QT_MIN="4.7.1" was added while it perfectly compiles and runs on QT >=4.5 ?


Reproducible: Always

Steps to Reproduce:
1. Set QT_MIN to "4.5.0" from original "4.7.1" in qbittorrent-2.7.3.ebuild
2. Update manifest file
3. Emerge =net-p2p/qbittorrent-2.7.3
4. Enjoy :)
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2011-04-30 18:50:21 UTC
Done