| Age | Commit message (Collapse) | Author |
|
not-mysql backend now in
akonadi-server. Thanks for luke-jr for spotting.
|
|
Revert "Add a new add_kdebase_dep() function, and inject it everywhere"
This reverts commit 6658447f57b455e0534415f667137c57691a48ea.
|
|
The add_kdebase_dep function takes 1-2 arguments, the first being the
name of the package to depend upon, and the second being (optionally)
extra USE deps.
When given 1 argument, this function will output
!kdeprefix? ( >=kde-base/$1-${PV}[-kdeprefix] )
kdeprefix? ( >=kde-base/$1-${PV}:${SLOT}[kdeprefix] )
And 2 arguments outputs
!kdeprefix? ( >=kde-base/$1-${PV}[-kdeprefix,$2] )
kdeprefix? ( >=kde-base/$1-${PV}:${SLOT}[kdeprefix,$2] )
These are the proper deps to replace
>=kde-base/PKG-${PV}:${SLOT}[kdeprefix=,USEDEPS]
as it does not force an all-at-once upgrade of everything.
Some of the deps (the ones from kde4-base.eclass) were already in
this form, so there was an odd combination of packages that could be
installed in separate slots with -kdeprefix, and packages that couldn't.
|
|
This reverts commit ee7cff7e3a7116a64d8e7126cb8a2421891cf206.
restored 4.3.0 ebuilds, some people are still using these...
|
|
|
|
|
|
added, no need to bump
|
|
pushing any 4.3 fixes in tree.
|
|
out of the USE=mysql conditional in kde-meta
|
|
|