summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-12 08:44:59 +0100
committerSam James <sam@gentoo.org>2022-07-12 08:45:04 +0100
commita19de128eef93910a8f8bf1189699ba26866122d (patch)
tree78a3b7f5fd99af5ca2acdf31e0ce549a9b6a4c09 /app-portage/gentoolkit
parentdev-python/pgspecial: Remove old (diff)
downloadgentoo-a19de128eef93910a8f8bf1189699ba26866122d.tar.gz
gentoo-a19de128eef93910a8f8bf1189699ba26866122d.tar.bz2
gentoo-a19de128eef93910a8f8bf1189699ba26866122d.zip
app-portage/gentoolkit: depend on newer Portage
Needed for XML bugfix. Bug: https://bugs.gentoo.org/857537 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage/gentoolkit')
-rw-r--r--app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild (renamed from app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild)3
-rw-r--r--app-portage/gentoolkit/gentoolkit-9999.ebuild2
2 files changed, 3 insertions, 2 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
index ea872764365b..496a5a4076ef 100644
--- a/app-portage/gentoolkit/gentoolkit-0.6.1-r2.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-0.6.1-r3.ebuild
@@ -23,8 +23,9 @@ HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Portage-Tools"
LICENSE="GPL-2"
SLOT="0"
+# Need newer Portage for XML fix, bug #857537
DEPEND="
- sys-apps/portage[${PYTHON_USEDEP}]"
+ >=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
virtual/awk
sys-apps/gentoo-functions"
diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild
index 00ccd192438d..c864a6922d64 100644
--- a/app-portage/gentoolkit/gentoolkit-9999.ebuild
+++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild
@@ -24,7 +24,7 @@ LICENSE="GPL-2"
SLOT="0"
DEPEND="
- sys-apps/portage[${PYTHON_USEDEP}]"
+ >=sys-apps/portage-3.0.32[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
virtual/awk
sys-apps/gentoo-functions"