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/
Date: Mon, 09 Jul 2018 07:14:06
Message-Id: 1531120435.2594e0893410cc22dbd271e8521f56ab90d9936c.mgorny@gentoo
1 commit: 2594e0893410cc22dbd271e8521f56ab90d9936c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 06:50:10 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 07:13:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2594e089
7
8 app-cdr/cdemu: All RDEPEND are pure
9
10 app-cdr/cdemu/cdemu-3.2.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-cdr/cdemu/cdemu-3.2.0.ebuild b/app-cdr/cdemu/cdemu-3.2.0.ebuild
14 index 64c84f45b11..d0d8bc99f22 100644
15 --- a/app-cdr/cdemu/cdemu-3.2.0.ebuild
16 +++ b/app-cdr/cdemu/cdemu-3.2.0.ebuild
17 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
18 RDEPEND="${PYTHON_DEPS}
19 dev-python/pygobject:3[${PYTHON_USEDEP}]
20 cdemu-daemon? ( app-cdr/cdemu-daemon:0/7 )"
21 -DEPEND="${RDEPEND}
22 +DEPEND="
23 dev-util/desktop-file-utils
24 >=dev-util/intltool-0.21
25 >=sys-devel/gettext-0.18