aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-12-16 19:55:07 +0000
committerng0 <ng0@n0.is>2018-12-16 19:55:07 +0000
commit68c34fc072a75a9503b190af2b097ab969220051 (patch)
tree1b048f4b65bf2984851271500ac2b085347a971d
parentba5d91d3036cd63fc73cc39819fa8cc17ea7a8e5 (diff)
downloadyoubroketheinternet-overlay-68c34fc072a75a9503b190af2b097ab969220051.tar.gz
youbroketheinternet-overlay-68c34fc072a75a9503b190af2b097ab969220051.zip
gajim
-rw-r--r--net-im/gajim/gajim-9999.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/gajim/gajim-9999.ebuild b/net-im/gajim/gajim-9999.ebuild
index f4af16a..f3df576 100644
--- a/net-im/gajim/gajim-9999.ebuild
+++ b/net-im/gajim/gajim-9999.ebuild
@@ -1,15 +1,13 @@
1# Copyright 1999-2018 Gentoo Foundation 1# Copyright 1999-2018 Gentoo Foundation
2# Distributed under the terms of the GNU General Public License v2 2# Distributed under the terms of the GNU General Public License v2
3 3
4EAPI=6 4EAPI=7
5 5
6PYTHON_COMPAT=( python3_{5,6} ) 6PYTHON_COMPAT=( python3_{5,6} )
7PYTHON_REQ_USE="sqlite,xml" 7PYTHON_REQ_USE="sqlite,xml"
8DISTUTILS_SINGLE_IMPL=1 8DISTUTILS_SINGLE_IMPL=1
9 9
10AUTOTOOLS_AUTORECONF=true 10inherit git-r3 python-r1 versionator
11
12inherit autotools-utils git-r3 python-r1 versionator
13 11
14DESCRIPTION="Jabber client written in PyGTK" 12DESCRIPTION="Jabber client written in PyGTK"
15HOMEPAGE="http://www.gajim.org/" 13HOMEPAGE="http://www.gajim.org/"