diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2020-04-18 19:19:13 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-05-06 14:50:53 +0300 |
commit | 9b9ffd470a4f1a08709dbf6337dd5e0856dbe6e8 (patch) | |
tree | b1daf3c60db0a58200aae84db08e52b7d8a44ca8 /app-leechcraft/lc-otlozhu | |
parent | app-leechcraft/lc-ooronee: bump EAPI=7, fix deps (diff) | |
download | gentoo-9b9ffd470a4f1a08709dbf6337dd5e0856dbe6e8.tar.gz gentoo-9b9ffd470a4f1a08709dbf6337dd5e0856dbe6e8.tar.bz2 gentoo-9b9ffd470a4f1a08709dbf6337dd5e0856dbe6e8.zip |
app-leechcraft/lc-otlozhu: bump EAPI=7
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-leechcraft/lc-otlozhu')
-rw-r--r-- | app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild b/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild index d94b36b268ff..7c55c79d815c 100644 --- a/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild +++ b/app-leechcraft/lc-otlozhu/lc-otlozhu-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit leechcraft @@ -23,5 +23,5 @@ src_configure() { -DENABLE_OTLOZHU_SYNC=OFF ) - cmake-utils_src_configure + cmake_src_configure } |