diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-18 09:57:21 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-18 10:00:16 +0100 |
commit | e0da6d1ccbe12722d1764141f61a75b12e1ff2fa (patch) | |
tree | ef3879c4925fc363c7b07445beb3c3a2047e6d14 /app-cdr | |
parent | app-cdr/mp3burn: Inline virtual/cdrtools (diff) | |
download | gentoo-e0da6d1ccbe12722d1764141f61a75b12e1ff2fa.tar.gz gentoo-e0da6d1ccbe12722d1764141f61a75b12e1ff2fa.tar.bz2 gentoo-e0da6d1ccbe12722d1764141f61a75b12e1ff2fa.zip |
app-cdr/multicd: Inline virtual/cdrtools
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/multicd/multicd-1.7.5-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-cdr/multicd/multicd-1.7.5-r1.ebuild b/app-cdr/multicd/multicd-1.7.5-r1.ebuild index a0811c55ef76..aaba8ca308a8 100644 --- a/app-cdr/multicd/multicd-1.7.5-r1.ebuild +++ b/app-cdr/multicd/multicd-1.7.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,8 +12,10 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -RDEPEND=">=dev-lang/perl-5.8.6 - virtual/cdrtools" +RDEPEND=" + app-cdr/cdrtools + >=dev-lang/perl-5.8.6 +" src_install() { dobin multicd |