diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-09 08:50:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-09 09:13:55 +0200 |
commit | 2594e0893410cc22dbd271e8521f56ab90d9936c (patch) | |
tree | 6ec48838fa3f0116749863928e1348a94b66c6eb /app-cdr/cdemu | |
parent | app-cdr/cdemu: Bump to 3.2.0 (diff) | |
download | gentoo-2594e0893410cc22dbd271e8521f56ab90d9936c.tar.gz gentoo-2594e0893410cc22dbd271e8521f56ab90d9936c.tar.bz2 gentoo-2594e0893410cc22dbd271e8521f56ab90d9936c.zip |
app-cdr/cdemu: All RDEPEND are pure
Diffstat (limited to 'app-cdr/cdemu')
-rw-r--r-- | app-cdr/cdemu/cdemu-3.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-cdr/cdemu/cdemu-3.2.0.ebuild b/app-cdr/cdemu/cdemu-3.2.0.ebuild index 64c84f45b112..d0d8bc99f220 100644 --- a/app-cdr/cdemu/cdemu-3.2.0.ebuild +++ b/app-cdr/cdemu/cdemu-3.2.0.ebuild @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )" -DEPEND="${RDEPEND} +DEPEND=" dev-util/desktop-file-utils >=dev-util/intltool-0.21 >=sys-devel/gettext-0.18 |