mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 18:51:17 +02:00
jitsi: make repoman happy by doing deps right
This commit is contained in:
parent
b38e6597bd
commit
6f8de781b9
1 changed files with 6 additions and 4 deletions
|
|
@ -14,15 +14,17 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
#adding :* to virtual/jre breaks this ebuild, please don't do that
|
||||
RDEPEND="virtual/jre
|
||||
CDEPEND="
|
||||
sys-apps/dbus
|
||||
x11-libs/libX11
|
||||
x11-libs/gtk+:*
|
||||
x11-libs/libXScrnSaver"
|
||||
DEPEND="${RDEPEND}
|
||||
DEPEND="virtual/jdk:1.8
|
||||
${CDEPEND}"
|
||||
RDEPEND="${DEPEND}
|
||||
${CDEPEND}
|
||||
!net-im/jitsi-bin
|
||||
virtual/jdk:1.8"
|
||||
virtual/jre"
|
||||
|
||||
EANT_BUILD_TARGET="rebuild"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue