summaryrefslogtreecommitdiff
path: root/dev-util/dput-ng
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-24 02:11:45 +0100
commitb49088575eb777ced2551f484da86317332d6087 (patch)
treebf9a151cf2d61956340d555659ffc098ee1da466 /dev-util/dput-ng
parent514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (diff)
gentoo resync : 24.07.2021
Diffstat (limited to 'dev-util/dput-ng')
-rw-r--r--dev-util/dput-ng/Manifest2
-rw-r--r--dev-util/dput-ng/dput-ng-1.32.ebuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-util/dput-ng/Manifest b/dev-util/dput-ng/Manifest
index cbc68667fa5a..e848b8d7c621 100644
--- a/dev-util/dput-ng/Manifest
+++ b/dev-util/dput-ng/Manifest
@@ -1,3 +1,3 @@
DIST dput-ng_1.32.tar.xz 86280 BLAKE2B 7e195eab4f48d77968b866185e337f2b51113f7e11cfa4929d47e79082c2fa866af2c8394c50816b650f865db9ef244775618a05a6b398090366d342a45a3db7 SHA512 596247eecb2dce080cd6f3cd1ddb1364cfa00fc3048081149e4d6dc35822aee10fa10ec25ed91154b477a909cc29dcf17cb38ccefa649f40eb70c16e0a575b2e
-EBUILD dput-ng-1.32.ebuild 1887 BLAKE2B 1bc7632022db9a31432a0e0aff656dd85ed98285e5bba4db7f396fc5f4932df74257bd3def1e254b2f5fdd56aba0988f9901925cd88040636d58ba3c961d2c3e SHA512 d3821e7902422740155533c50f24751427c0518f4a1af1417683ef9b470c9aa999e458333dd3d98a0bfcfa4d4266cb0367162ace06f51c60914c679dba3b29f2
+EBUILD dput-ng-1.32.ebuild 1855 BLAKE2B 45688011fe8b9982a1547e82274f3a750a8c00cb9f1b835dbb9971d58500309449a333f3d93b468e458687a04917215e6d238814a54bb2b9ea60368cb5fc0331 SHA512 23696609e78a0e2ed84b2177adccadf519987d38e34c9c55ec53d0cbff10f200c292ff02c7986cc28cf7a1a6cfe27f1a60f85c5df3e98d029bd3e25240d0be18
MISC metadata.xml 397 BLAKE2B 4d9ba102aaba8fd35794cd064553a45edc66b0b845fbcd5660ad11c66fc1d7435423f79edb021da9e44683d2a157ca3cd057cc51e660ca824f6b75c6b4adf8bc SHA512 fafafc81fdef8bd5d2c4e2c58996be3c1c78d169d28ebcd493813f3aa84cb058cdd81d660ae9e1c7711df0f5fd0b0c9e7536538c15dc3ec015e152a79897cef3
diff --git a/dev-util/dput-ng/dput-ng-1.32.ebuild b/dev-util/dput-ng/dput-ng-1.32.ebuild
index 62870638d55b..2d26f0d0c72d 100644
--- a/dev-util/dput-ng/dput-ng-1.32.ebuild
+++ b/dev-util/dput-ng/dput-ng-1.32.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
DISTUTILS_SINGLE_IMPL=1
inherit bash-completion-r1 distutils-r1
@@ -18,17 +18,17 @@ IUSE="test"
RDEPEND="
$(python_gen_cond_dep '
- dev-python/python-debian[${PYTHON_MULTI_USEDEP}]
- dev-python/paramiko[${PYTHON_MULTI_USEDEP}]
- dev-util/distro-info[python,${PYTHON_MULTI_USEDEP}]
+ dev-python/python-debian[${PYTHON_USEDEP}]
+ dev-python/paramiko[${PYTHON_USEDEP}]
+ dev-util/distro-info[python,${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}
app-text/asciidoc
test? (
$(python_gen_cond_dep '
- dev-python/nose[${PYTHON_MULTI_USEDEP}]
- dev-python/python-debian[${PYTHON_MULTI_USEDEP}]
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/python-debian[${PYTHON_USEDEP}]
')
dev-util/debhelper
)"