diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-03 23:24:29 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-03 23:55:25 +0100 |
commit | 4b58f0b00088f9b87e808a9f67420066aefeabef (patch) | |
tree | ef45d9f5be59aaea2ea5088062b2a81c8c24681f /app-editors | |
parent | app-arch/rpm-4.14.2.1-r1: limit dev-lang/lua to slot 0, (diff) | |
download | gentoo-4b58f0b00088f9b87e808a9f67420066aefeabef.tar.gz gentoo-4b58f0b00088f9b87e808a9f67420066aefeabef.tar.bz2 gentoo-4b58f0b00088f9b87e808a9f67420066aefeabef.zip |
app-editors/scite: limit unmigrated ebuilds to dev-lang/lua:0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/scite/scite-4.2.1.ebuild | 2 | ||||
-rw-r--r-- | app-editors/scite/scite-4.3.3.ebuild | 2 | ||||
-rw-r--r-- | app-editors/scite/scite-4.4.4.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/scite/scite-4.2.1.ebuild b/app-editors/scite/scite-4.2.1.ebuild index 648761d8d38b..b235fe2b806b 100644 --- a/app-editors/scite/scite-4.2.1.ebuild +++ b/app-editors/scite/scite-4.2.1.ebuild @@ -21,7 +21,7 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:3= x11-libs/pango - lua? ( >=dev-lang/lua-5:= )" + lua? ( >=dev-lang/lua-5:0= )" DEPEND="${RDEPEND} virtual/pkgconfig" diff --git a/app-editors/scite/scite-4.3.3.ebuild b/app-editors/scite/scite-4.3.3.ebuild index 9878fd6a6b64..791fb5eabe6c 100644 --- a/app-editors/scite/scite-4.3.3.ebuild +++ b/app-editors/scite/scite-4.3.3.ebuild @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango - lua? ( >=dev-lang/lua-5:= )" + lua? ( >=dev-lang/lua-5:0= )" DEPEND="${RDEPEND}" diff --git a/app-editors/scite/scite-4.4.4.ebuild b/app-editors/scite/scite-4.4.4.ebuild index 9878fd6a6b64..791fb5eabe6c 100644 --- a/app-editors/scite/scite-4.4.4.ebuild +++ b/app-editors/scite/scite-4.4.4.ebuild @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango - lua? ( >=dev-lang/lua-5:= )" + lua? ( >=dev-lang/lua-5:0= )" DEPEND="${RDEPEND}" |