commit: e89572cb0736804abdd67ecd52e035fd87672743
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 9 06:29:04 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 9 07:13:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89572cb
app-cdr/cdemu-daemon: Split pure RDEPEND out
app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
index dacea999bf8..d3509f5f262 100644
--- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
+++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
@@ -14,15 +14,16 @@ SLOT="0/7" # subslot = CDEMU_DAEMON_INTERFACE_VERSION_MAJOR
in CMakeLists.txt
KEYWORDS="~amd64 ~hppa ~x86"
IUSE=""
-RDEPEND=">=dev-libs/glib-2.32:2
+COMMON_DEPEND=">=dev-libs/glib-2.32:2
>=dev-libs/libmirage-3.2.0:=
- >=media-libs/libao-0.8.0:=
- sys-apps/dbus
- >=sys-fs/vhba-20130607"
-DEPEND="${RDEPEND}
+ >=media-libs/libao-0.8.0:="
+DEPEND="${COMMON_DEPEND}
dev-util/intltool
sys-devel/gettext
virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+ sys-apps/dbus
+ >=sys-fs/vhba-20130607"
DOCS=( AUTHORS README )