Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/swift/
Date: Thu, 03 Dec 2020 12:54:46
Message-Id: 1607000070.00201367e7537f8da7c2bbecec6a6a3cf240a997.marecki@gentoo
1 commit: 00201367e7537f8da7c2bbecec6a6a3cf240a997
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 12:51:55 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 12:54:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00201367
7
8 net-im/swift: limit unmigrated ebuilds to dev-lang/lua:0
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-im/swift/swift-4.0.2-r4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-im/swift/swift-4.0.2-r4.ebuild b/net-im/swift/swift-4.0.2-r4.ebuild
16 index 4be7fcb239a..19967be4338 100644
17 --- a/net-im/swift/swift-4.0.2-r4.ebuild
18 +++ b/net-im/swift/swift-4.0.2-r4.ebuild
19 @@ -47,7 +47,7 @@ RDEPEND="
20 gconf? ( gnome-base/gconf:2 )
21 icu? ( dev-libs/icu:= )
22 idn? ( net-dns/libidn:= )
23 - lua? ( dev-lang/lua:= )
24 + lua? ( dev-lang/lua:0= )
25 spell? ( app-text/hunspell:= )
26 "