From 0250c302cd8ea847d0ad71c202f6dd9010e85a08 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 19 Apr 2021 20:29:23 +0100 Subject: dev-python/notify2: move pkgconfig dep for older EAPIs Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James --- dev-python/notify2/notify2-0.3.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/notify2') diff --git a/dev-python/notify2/notify2-0.3.1-r2.ebuild b/dev-python/notify2/notify2-0.3.1-r2.ebuild index 6a8949f1c2a6..707efcbff8b2 100644 --- a/dev-python/notify2/notify2-0.3.1-r2.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="examples" RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" -BDEPEND="test? ( sys-apps/dbus[X] )" +DEPEND="test? ( sys-apps/dbus[X] )" python_test() { virtx ${EPYTHON} test_notify2.py -- cgit v1.2.3-65-gdbad