diff options
author | 2009-02-10 02:01:32 +0100 | |
---|---|---|
committer | 2009-02-10 02:05:26 +0100 | |
commit | 354b288770f8935b0a5c61be69026ed4c3eb01f4 (patch) | |
tree | 8934cc4e40749993d99dd5fa48234827b28f3434 /kde-base/umbrello/umbrello-9999.ebuild | |
parent | Drop vidmodeextension from DEPEND for kgamma - now in eclass (diff) | |
download | kde-354b288770f8935b0a5c61be69026ed4c3eb01f4.tar.gz kde-354b288770f8935b0a5c61be69026ed4c3eb01f4.tar.bz2 kde-354b288770f8935b0a5c61be69026ed4c3eb01f4.zip |
WARNING! - massive dependencies update - please REVIEW ebuilds!
- added missing [kdeprefix=] to DEPEND/RDEPEND
- removed [kdeprefix=] and similar from blocks
(we use both !kdeprefix? or kdeprefix? when necessary and we don't care whether
package we block was emerged with kdeprefix or not - thus we have chance to force
unmerge the package with wrong kdeprefix)
- moved blocks to RDEPEND
- fixed blocks that would (incorrectly) block packages that exist in KDE 3.5
- reformatted some ebuilds in the process
- moved some DEPEND to RDEPEND
- removed unused patch
Diffstat (limited to 'kde-base/umbrello/umbrello-9999.ebuild')
-rw-r--r-- | kde-base/umbrello/umbrello-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kde-base/umbrello/umbrello-9999.ebuild b/kde-base/umbrello/umbrello-9999.ebuild index 0f372863ca..10726116db 100644 --- a/kde-base/umbrello/umbrello-9999.ebuild +++ b/kde-base/umbrello/umbrello-9999.ebuild @@ -11,8 +11,9 @@ DESCRIPTION="KDE: Umbrello UML Modeller" KEYWORDS="" IUSE="debug htmlhandbook" -COMMONDEPEND="dev-libs/boost +DEPEND=" + dev-libs/boost dev-libs/libxml2 - dev-libs/libxslt" -DEPEND="${COMMONDEPEND}" -RDEPEND="${COMMONDEPEND}" + dev-libs/libxslt +" +RDEPEND="${DEPEND}" |