Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85122 - kdepim-meta-3.4.0_rc1 ebuild has duplicate libkmime entries
Summary: kdepim-meta-3.4.0_rc1 ebuild has duplicate libkmime entries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-13 12:05 UTC by Brian Pankey
Modified: 2005-03-14 16:21 UTC (History)
0 users

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 Brian Pankey 2005-03-13 12:05:27 UTC
not that this matters but I was going through all of the kde*-meta ebuilds and found kdepim-meta ebuild to have duplicate entries for libkmime:

EXCERPT
	$(deprange $PV $MAXKDEVER kde-base/libkdenetwork)
	$(deprange $PV $MAXKDEVER kde-base/libkdepim)
--->	$(deprange $PV $MAXKDEVER kde-base/libkmime)
	$(deprange $PV $MAXKDEVER kde-base/libkpimexchange)
	$(deprange $PV $MAXKDEVER kde-base/libkpimidentities)
	$(deprange 3.4.0_beta2 $MAXKDEVER kde-base/libksieve)
	$(deprange $PV $MAXKDEVER kde-base/mimelib)
	$(deprange $PV $MAXKDEVER kde-base/networkstatus)
--->	$(deprange $PV $MAXKDEVER kde-base/libkmime)
ENDEXCERPT

Reproducible: Always
Steps to Reproduce:
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-14 16:21:54 UTC
Fixed in 3.4.0, thanks for reporting.