Skip to content

Commit

Permalink
fix: dev: updates for importlib-metadata name
Browse files Browse the repository at this point in the history
* remove riscv from getdns for now

Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
  • Loading branch information
sarnold committed May 14, 2023
1 parent f67ca61 commit 389504a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-python/rst2pdf/rst2pdf-0.98.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1
Expand All @@ -27,7 +27,7 @@ BDEPEND="${PYTHON_DEPS}
>=dev-python/reportlab-2.6[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/docutils[${PYTHON_USEDEP}]
dev-python/importlib_metadata[${PYTHON_USEDEP}]
dev-python/importlib-metadata[${PYTHON_USEDEP}]
math? ( dev-python/matplotlib[${PYTHON_USEDEP}] )
svg? ( dev-python/svglib[${PYTHON_USEDEP}] )
sphinx? ( dev-python/sphinx[${PYTHON_USEDEP}] )
Expand Down
2 changes: 1 addition & 1 deletion net-dns/getdns/getdns-1.7.2-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI="https://getdnsapi.net/releases/${_SRCURI_P//./-}/${_SRCURI_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~riscv ~x86"
KEYWORDS="amd64 ~x86"
IUSE="doc examples +getdns-query +getdns-server-mon gnutls +idn libev libevent libuv static-libs stubby test +unbound"

S="${WORKDIR}/${_SRCURI_P}"
Expand Down

0 comments on commit 389504a

Please sign in to comment.