tixsys / esteid

Automatically exported from code.google.com/p/esteid
2 stars 0 forks source link

Gentoo: ebuilds broken since qt package renames (march 2013) #192

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most Qt packages were renamed in Gentoo in the beginning of March. This breaks 
a few esteid ebuilds. 

The fix is trivial. Simply make the following changes in qdigidoc-*.ebuild and 
qesteidutil-*.ebuild files:

x11-libs/qt-core:4[ssl] -> dev-qt/qtcore:4[ssl]
x11-libs/qt-gui:4 -> dev-qt/qtgui:4
x11-libs/qt-webkit:4 -> dev-qt/qtwebkit:4

After that the manifests must be regenerated: 
# ebuild path-to-ebuild manifest

Original issue reported on code.google.com by mart.bak...@gmail.com on 3 Mar 2013 at 6:51

GoogleCodeExporter commented 9 years ago
fixed with r4015

Original comment by mart.bak...@gmail.com on 29 Mar 2013 at 7:04

GoogleCodeExporter commented 9 years ago

Original comment by plaes...@gmail.com on 11 Jul 2013 at 10:38