diff options
author | David Seifert <soap@gentoo.org> | 2019-12-29 10:55:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-29 10:55:15 +0100 |
commit | b2987f40b76d4ab74ea23605375319528359bb98 (patch) | |
tree | a5cd10fb7317631baee7a9db1f3063e909a81dd7 /app-mobilephone | |
parent | sys-libs/libcap: Revbump to fix dependencies of pkgconfig files (diff) | |
download | gentoo-b2987f40b76d4ab74ea23605375319528359bb98.tar.gz gentoo-b2987f40b76d4ab74ea23605375319528359bb98.tar.bz2 gentoo-b2987f40b76d4ab74ea23605375319528359bb98.zip |
app-mobilephone/adb-sync: [QA] Remove explicit python-utils-r1 inherit
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild index 9966bc246f02..b2d57b4836e4 100644 --- a/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild +++ b/app-mobilephone/adb-sync/adb-sync-0_p20181127-r1.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) -inherit python-single-r1 python-utils-r1 +inherit python-single-r1 COMMIT=b0a2a10 |