diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-09 08:29:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-09 09:13:54 +0200 |
commit | e89572cb0736804abdd67ecd52e035fd87672743 (patch) | |
tree | a9bf1f9651b2d79796b4b12aa9e626a726754b31 /app-cdr/cdemu-daemon | |
parent | app-cdr/cdemu-daemon: Bump to 3.2.1 (diff) | |
download | gentoo-e89572cb0736804abdd67ecd52e035fd87672743.tar.gz gentoo-e89572cb0736804abdd67ecd52e035fd87672743.tar.bz2 gentoo-e89572cb0736804abdd67ecd52e035fd87672743.zip |
app-cdr/cdemu-daemon: Split pure RDEPEND out
Diffstat (limited to 'app-cdr/cdemu-daemon')
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-3.2.1.ebuild | 11 |
1 files 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 dacea999bf80..d3509f5f2628 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 ) |