projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd10ba7
)
app-cdr/cdemu-daemon: Split pure RDEPEND out
author
Michał Górny
<mgorny@gentoo.org>
Mon, 9 Jul 2018 06:29:04 +0000
(08:29 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 9 Jul 2018 07:13:54 +0000
(09:13 +0200)
app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild
patch
|
blob
|
history
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 dacea999bf80d9ce45a66e5aff106307d20399d0..d3509f5f2628989eaa6061a395b79711f7f07220 100644
(file)
--- 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=""
-
R
DEPEND=">=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 )