Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu-daemon/
Date: Mon, 09 Jul 2018 07:14:06
Message-Id: 1531120434.e89572cb0736804abdd67ecd52e035fd87672743.mgorny@gentoo
1 commit: e89572cb0736804abdd67ecd52e035fd87672743
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 06:29:04 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 07:13:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89572cb
7
8 app-cdr/cdemu-daemon: Split pure RDEPEND out
9
10 app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild | 11 ++++++-----
11 1 file changed, 6 insertions(+), 5 deletions(-)
12
13 diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
14 index dacea999bf8..d3509f5f262 100644
15 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
16 +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
17 @@ -14,15 +14,16 @@ SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR in CMakeLists.txt
18 KEYWORDS="~amd64 ~hppa ~x86"
19 IUSE=""
20
21 -RDEPEND=">=dev-libs/glib-2.32:2
22 +COMMON_DEPEND=">=dev-libs/glib-2.32:2
23 >=dev-libs/libmirage-3.2.0:=
24 - >=media-libs/libao-0.8.0:=
25 - sys-apps/dbus
26 - >=sys-fs/vhba-20130607"
27 -DEPEND="${RDEPEND}
28 + >=media-libs/libao-0.8.0:="
29 +DEPEND="${COMMON_DEPEND}
30 dev-util/intltool
31 sys-devel/gettext
32 virtual/pkgconfig"
33 +RDEPEND="${COMMON_DEPEND}
34 + sys-apps/dbus
35 + >=sys-fs/vhba-20130607"
36
37 DOCS=( AUTHORS README )