media-libs/libdvdread: Synced live ebuild.
authorLars Wendler <polynomial-c@gentoo.org>
Thu, 14 Feb 2019 02:25:23 +0000 (03:25 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Thu, 14 Feb 2019 02:58:44 +0000 (03:58 +0100)
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
media-libs/libdvdread/libdvdread-9999.ebuild

index 3a46c0663f6a15f8d5700411bb74b092a5a88db4..eabac94a68c8806c296cb8731a6a7a016cd15d6d 100644 (file)
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools multilib-minimal
 
@@ -20,8 +20,8 @@ SLOT="0"
 IUSE="+css static-libs"
 
 RDEPEND="css? ( >=media-libs/libdvdcss-1.3.0[${MULTILIB_USEDEP}] )"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 DOCS=( AUTHORS ChangeLog NEWS TODO README )