Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 528116 - app-editors/kile-2.1.3-r1 depends on app-text/dvipdfmx which is now provided by app-text/texlive-core-2014
Summary: app-editors/kile-2.1.3-r1 depends on app-text/dvipdfmx which is now provided ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 12:46 UTC by Tomasz Golinski
Modified: 2014-12-02 15:17 UTC (History)
6 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 Tomasz Golinski 2014-11-03 12:46:50 UTC
Current app-text/texlive-core-2014 blocks app-text/dvipdfmx which is a dependency of app-editors/kile-2.1.3-r1. When I remove dvipdfmx by hand and dvipdfmx binary is installed by emerging texlive-core-2014.

Thus it seems kile should depend on app-text/dvipdfmx or >=app-text/texlive-core-2014.

Reproducible: Always
Comment 1 Ralf Ramsauer 2014-11-03 15:01:27 UTC
Same here, always reproducable.
Comment 2 Yuriy 2014-11-03 20:30:14 UTC
Same here
Comment 3 Evgeny Bobkin 2014-11-03 22:51:12 UTC
this hits me as well

probably the dependence should be 

...
pdf? (
       || (
            app-text/dvipdfmx
            >=app-text/texlive-core-2014
       )
       app-text/ghostscript-gpl
)
...

instead of

...
pdf? (
       app-text/dvipdfmx
       app-text/ghostscript-gpl
)
...
Comment 4 Patrick Lauer gentoo-dev 2014-11-04 03:37:06 UTC
+  04 Nov 2014; Patrick Lauer <patrick@gentoo.org> kile-2.1.3-r1.ebuild:
+  Fix dependencies for new texlive #528116