diff options
author | Martin Väth <martin@mvath.de> | 2022-08-07 08:03:26 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-08-07 08:04:44 +0200 |
commit | 02e56924c9e01ae6b08ab1f3a30bf18781f0fb23 (patch) | |
tree | 1f0c8cc93f38b233726a29c3980a59c3eba53489 /app-mobilephone | |
parent | Make pkgcheck happy (diff) | |
download | mv-02e56924c9e01ae6b08ab1f3a30bf18781f0fb23.tar.gz mv-02e56924c9e01ae6b08ab1f3a30bf18781f0fb23.tar.bz2 mv-02e56924c9e01ae6b08ab1f3a30bf18781f0fb23.zip |
Fix docinto, http->https, remove unneeded packages
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild | 2 | ||||
-rw-r--r-- | app-mobilephone/adb-sync/metadata.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild index 996ba0bd..de71eed8 100644 --- a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild +++ b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-single-r1 diff --git a/app-mobilephone/adb-sync/metadata.xml b/app-mobilephone/adb-sync/metadata.xml index d076f30c..5df204b9 100644 --- a/app-mobilephone/adb-sync/metadata.xml +++ b/app-mobilephone/adb-sync/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> <upstream> |