diff options
author | Daniel M. Weeks <dan@danweeks.net> | 2020-12-19 14:32:29 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-29 21:14:22 +0000 |
commit | 443b13db75f874b24dbe1648bd2377394b2532a5 (patch) | |
tree | 8ee386efa4161d94d19f03932b91ebfefbf76623 /media-video | |
parent | net-mail/automx2: change test failure message (diff) | |
download | gentoo-443b13db75f874b24dbe1648bd2377394b2532a5.tar.gz gentoo-443b13db75f874b24dbe1648bd2377394b2532a5.tar.bz2 gentoo-443b13db75f874b24dbe1648bd2377394b2532a5.zip |
media-video/dvdbackup: libdvdread subslot dep
Bug: https://bugs.gentoo.org/760768
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Daniel M. Weeks <dan@danweeks.net>
Closes: https://github.com/gentoo/gentoo/pull/18727
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/dvdbackup/dvdbackup-0.4.2-r1.ebuild (renamed from media-video/dvdbackup/dvdbackup-0.4.2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/dvdbackup/dvdbackup-0.4.2.ebuild b/media-video/dvdbackup/dvdbackup-0.4.2-r1.ebuild index de49049c825e..d515df7b66d1 100644 --- a/media-video/dvdbackup/dvdbackup-0.4.2.ebuild +++ b/media-video/dvdbackup/dvdbackup-0.4.2-r1.ebuild @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="nls" -RDEPEND=">=media-libs/libdvdread-4.2.0_pre +RDEPEND=">=media-libs/libdvdread-4.2.0_pre:= nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |