Сравнение libquvi-0.9.4-r100 с libquvi-0.9.4-r101
| /usr/portage/media-libs/libquvi/libquvi-0.9.4-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 )  | 
  |
| 7 | 
    LUA_REQ_USE="deprecated"  | 
  |
| 6 | 
    LUA_COMPAT=( lua5-{1,4} luajit )
   | 
  |
| 7 | 
    LUA_REQ_USE="deprecated(+)"  | 
  |
| 8 | 8 | |
| 9 | 9 | 
    inherit autotools lua-single  | 
  
| 10 | 10 | |
| ... | ... | |
| 41 | 41 | 
    PATCHES=(  | 
  
| 42 | 42 | 
    	"${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch
   | 
  
| 43 | 43 | 
    	"${FILESDIR}"/${PN}-0.9.4-autoconf-2.70.patch #749816
   | 
  
| 44 | 
    	"${FILESDIR}"/${PN}-0.9.4-luajit.patch            # 504876
   | 
  |
| 45 | 
    	"${FILESDIR}"/${PN}-0.9.4-luaL_setfuncs_ver.patch # 504876
   | 
  |
| 44 | 46 | 
    )  | 
  
| 45 | 47 | |
| 46 | 48 | 
    src_prepare() {
   |