summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Feldman <NP-Hardass@gentoo.org>2020-09-06 18:29:31 -0400
committerAdam Feldman <NP-Hardass@gentoo.org>2020-09-07 14:08:26 -0400
commit6451ab17f08cd68afb43286fd73c72630bb7fc09 (patch)
tree68ddaa6222d50f124d77df98501c7322744d26f9 /x11-misc
parentx11-misc/mozo: Update python, fix deps (diff)
downloadgentoo-mate-6451ab17f08cd68afb43286fd73c72630bb7fc09.tar.gz
gentoo-mate-6451ab17f08cd68afb43286fd73c72630bb7fc09.tar.bz2
gentoo-mate-6451ab17f08cd68afb43286fd73c72630bb7fc09.zip
x11-misc/mozo: Sync 9999
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/mozo/mozo-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/mozo/mozo-9999.ebuild b/x11-misc/mozo/mozo-9999.ebuild
index ac2cdef..8977a14 100644
--- a/x11-misc/mozo/mozo-9999.ebuild
+++ b/x11-misc/mozo/mozo-9999.ebuild
@@ -3,10 +3,10 @@
EAPI=6
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
PYTHON_REQ_USE="xml"
-inherit python-r1 mate
+inherit mate python-r1
if [[ ${PV} != 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
@@ -31,8 +31,8 @@ RDEPEND="${COMMON_DEPEND}
"
DEPEND="${COMMON_DEPEND}
- >=sys-devel/gettext-0.19.8:*
- virtual/pkgconfig:*
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
"
src_prepare() {