Diff libquvi-scripts-0.9.20131130-r100 with a libquvi-scripts-0.9.20131130-r101
| /usr/portage/media-libs/libquvi-scripts/libquvi-scripts-0.9.20131130-r101.ebuild 2024-07-02 13:51:46.437851520 +0300 | ||
|---|---|---|
| 1 | 1 |
# Copyright 1999-2024 Gentoo Authors |
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 |
LUA_COMPAT=( lua5-1 ) |
|
| 6 |
LUA_COMPAT=( lua5-1 lua5-4 luajit ) |
|
| 7 | 7 | |
| 8 | 8 |
inherit lua-single |
| 9 | 9 | |