mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-misc/remind: dep fixes
* These Perl modules are used at runtime AFAICT, at least in rem2html * Add subslot on tk * Drop unversioned Perl virtual (provided by Perl itself) Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
0def201e47
commit
98c52daf0b
@ -15,14 +15,15 @@ KEYWORDS="~amd64 ~ppc ~x86"
|
|||||||
IUSE="tk"
|
IUSE="tk"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
tk? ( >=dev-lang/tk-8.5 dev-tcltk/tcllib )
|
|
||||||
"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-perl/Cairo
|
dev-perl/Cairo
|
||||||
dev-perl/JSON-MaybeXS
|
dev-perl/JSON-MaybeXS
|
||||||
dev-perl/Pango
|
dev-perl/Pango
|
||||||
virtual/perl-Getopt-Long
|
tk? (
|
||||||
|
>=dev-lang/tk-8.5:=
|
||||||
|
dev-tcltk/tcllib
|
||||||
|
)
|
||||||
"
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
DOCS="docs/* examples/defs.rem"
|
DOCS="docs/* examples/defs.rem"
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user