diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-03 23:11:00 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-03 23:55:19 +0100 |
commit | 14a7a66110e29a8cbd88623fd3691e2f83a0f494 (patch) | |
tree | 05087ac74fccc9fc5b80ada65694bc84a367e30d /app-admin | |
parent | x11-wm/awesome: migrate to lua-single.eclass (diff) | |
download | gentoo-14a7a66110e29a8cbd88623fd3691e2f83a0f494.tar.gz gentoo-14a7a66110e29a8cbd88623fd3691e2f83a0f494.tar.bz2 gentoo-14a7a66110e29a8cbd88623fd3691e2f83a0f494.zip |
app-admin/lsyncd: limit unmigrated ebuilds to dev-lang/lua:0
...with the exception of 2.2.3, which is masked due to requiring
at least lua-5.2.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.2.0.ebuild | 4 | ||||
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.2.2.ebuild | 4 | ||||
-rw-r--r-- | app-admin/lsyncd/lsyncd-2.2.3.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/app-admin/lsyncd/lsyncd-2.2.0.ebuild b/app-admin/lsyncd/lsyncd-2.2.0.ebuild index 3819d4699463..6fcf0da3b934 100644 --- a/app-admin/lsyncd/lsyncd-2.2.0.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -CDEPEND=">=dev-lang/lua-5.1[deprecated]" +CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]" DEPEND="${CDEPEND} app-text/asciidoc virtual/pkgconfig" diff --git a/app-admin/lsyncd/lsyncd-2.2.1.ebuild b/app-admin/lsyncd/lsyncd-2.2.1.ebuild index fe75a2d6c540..13a978ad2fdb 100644 --- a/app-admin/lsyncd/lsyncd-2.2.1.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -CDEPEND=">=dev-lang/lua-5.1[deprecated]" +CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]" DEPEND="${CDEPEND} app-text/asciidoc virtual/pkgconfig" diff --git a/app-admin/lsyncd/lsyncd-2.2.2.ebuild b/app-admin/lsyncd/lsyncd-2.2.2.ebuild index fe75a2d6c540..13a978ad2fdb 100644 --- a/app-admin/lsyncd/lsyncd-2.2.2.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -CDEPEND=">=dev-lang/lua-5.1[deprecated]" +CDEPEND=">=dev-lang/lua-5.1:0=[deprecated]" DEPEND="${CDEPEND} app-text/asciidoc virtual/pkgconfig" diff --git a/app-admin/lsyncd/lsyncd-2.2.3.ebuild b/app-admin/lsyncd/lsyncd-2.2.3.ebuild index 67ccfb4ab94d..9b83dd0fc77e 100644 --- a/app-admin/lsyncd/lsyncd-2.2.3.ebuild +++ b/app-admin/lsyncd/lsyncd-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" |