app-mobilephone/adb-sync: Fix missing PYTHON_{DEPS,REQUIRED_USE}
authorMichał Górny <mgorny@gentoo.org>
Sun, 21 Jul 2019 17:47:06 +0000 (19:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 21 Jul 2019 17:47:13 +0000 (19:47 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild [moved from app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild with 91% similarity]

similarity index 91%
rename from app-mobilephone/adb-sync/adb-sync-0_p20181127.ebuild
rename to app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild
index f98560868774a9e9ff64e439f2ba2e2297220b86..9966bc246f029d33ba9dff3cd059abfe1522cddf 100644 (file)
@@ -16,8 +16,9 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="+channel"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
        dev-util/android-tools
        channel? ( net-misc/socat )"
 DEPEND=""