Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131306 - lirc should depend on libirman if LIRC_OPTS="--with-driver=irman"
Summary: lirc should depend on libirman if LIRC_OPTS="--with-driver=irman"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Matthias Schwarzott
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lirc-tracker
  Show dependency tree
 
Reported: 2006-04-26 02:26 UTC by Roman Polach
Modified: 2006-06-06 22:39 UTC (History)
1 user (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 Roman Polach 2006-04-26 02:26:38 UTC
lirc should depend on libirman if 
there is an LIRC_OPTS="--with-driver=irman" in make.conf.
I don't know if it is possible such conditional dependency in ebuilds,
so if it is not, some new USE-flag ("libirman") should be founded
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-26 02:30:04 UTC
Yeah, we definitely cannot set dependencies based on env variables in ebuilds... ;)
Comment 2 Matthias Schwarzott gentoo-dev 2006-06-05 03:40:52 UTC
lirc configuration changed to LIRC_DEVICES="..." in make.conf
Depend to libirman added when LIRC_DEVICES="irman".

Removed ~ppc64 keyword as libirman is not keyworded ppc64.

@ppc64-team:
Either use.mask lirc_devices_irman or keyword media-libs/libirman.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-06-05 03:51:38 UTC
BTW, ppc64 seems to have trouble w/ virtual/pcmcia keywording and linux-mod.eclass ;) You might want to use.mask pcmcia on that 64bit-userland profile as well.

 DEPEND.bad                     3
   app-misc/lirc/lirc-0.7.2.ebuild: ~ppc64(default-linux/ppc/ppc64/2006.0/64bit-userland) ['virtual/pcmcia']
   app-misc/lirc/lirc-0.8.0.ebuild: ppc64(default-linux/ppc/ppc64/2006.0/64bit-userland) ['virtual/pcmcia']
   app-misc/lirc/lirc-0.7.0-r1.ebuild: ppc64(default-linux/ppc/ppc64/2006.0/64bit-userland) ['virtual/pcmcia']
  RDEPEND.bad                    3
   app-misc/lirc/lirc-0.7.2.ebuild: ~ppc64(default-linux/ppc/ppc64/2006.0/64bit-userland) ['virtual/pcmcia']
   app-misc/lirc/lirc-0.8.0.ebuild: ppc64(default-linux/ppc/ppc64/2006.0/64bit-userland) ['virtual/pcmcia']
   app-misc/lirc/lirc-0.7.0-r1.ebuild: ppc64(default-linux/ppc/ppc64/2006.0/64bit-userland) ['virtual/pcmcia']
Comment 4 Markus Rothe (RETIRED) gentoo-dev 2006-06-06 22:39:13 UTC
thanks! added ~ppc64 to ebuilds and pcmcia to use.mask.