Skip to content

Commit

Permalink
app-portage/repoman: add pre-emptive Portage version limit
Browse files Browse the repository at this point in the history
Support is gone in the upcoming 3.0.31 release of Portage.

repoman is deprecated. Migrate to pkgcheck instead.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jul 9, 2022
1 parent fb5fa09 commit 4010be9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 66 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -30,6 +30,7 @@ IUSE=""

RDEPEND="
>=sys-apps/portage-3.0.18[${PYTHON_USEDEP}]
<sys-apps/portage-3.0.31[${PYTHON_USEDEP}]
>=dev-python/lxml-3.6.0[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
"
Expand Down
65 changes: 0 additions & 65 deletions app-portage/repoman/repoman-9999.ebuild

This file was deleted.

0 comments on commit 4010be9

Please sign in to comment.