diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-14 14:43:27 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-14 14:43:27 +0100 |
commit | 281bea547f884df24d4676d9fc6e02f5cd02d59d (patch) | |
tree | 6c4dd5e99d984b75d3829eec10f9b83677888442 /net-im | |
parent | net-misc/telnet-bsd: Port to EAPI 8 (diff) | |
download | gentoo-281bea547f884df24d4676d9fc6e02f5cd02d59d.tar.gz gentoo-281bea547f884df24d4676d9fc6e02f5cd02d59d.tar.bz2 gentoo-281bea547f884df24d4676d9fc6e02f5cd02d59d.zip |
net-im/telepathy-connection-managers: Port to EAPI 8
Closes: https://bugs.gentoo.org/819330
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild index 0627c47dfaee..b63d9561bd30 100644 --- a/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild +++ b/net-im/telepathy-connection-managers/telepathy-connection-managers-2-r2.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 DESCRIPTION="Meta-package for Telepathy Connection Managers" HOMEPAGE="https://telepathy.freedesktop.org/" -SRC_URI="" + LICENSE="metapackage" SLOT="0" - KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-linux" -IUSE="gadu icq +irc meanwhile msn sip sipe +xmpp yahoo steam zeroconf" +IUSE="gadu icq +irc meanwhile msn sip sipe steam +xmpp yahoo zeroconf" -DEPEND="" # These version support the 0.24.0 Telepathy specification # They work with Mission Control 5.14 RDEPEND=" |