mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
cxoracle: quiet portage warnings by switching to EAPI4
This commit is contained in:
parent
9c42b10018
commit
05a7b045cb
2 changed files with 3 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST cx_Oracle-4.2.tar.gz 87591 RMD160 fdb147f5d21d5ccf7afab5c6978e3f73c1ec982b SHA1 367721bee9cb95525e38a244f22f7594a4a642e9 SHA256 b2a885be0bfc44478f6226751ce72862af4e23c8b37ff65269b2ae1d233a1975
|
||||
EBUILD cxoracle-4.2.ebuild 863 RMD160 8f9bae7f893452c93a4e8d77d9625974643ca974 SHA1 05f9651820196485daa23a617c799d59b0e11bb6 SHA256 88866fabf5eed2cac17ed204ccb669e7f8417fdcc167199514ae4e683645cc6b
|
||||
EBUILD cxoracle-4.2.ebuild 871 RMD160 4890f8f3e07f8483e7a3bd5d86dbc68daa0605a7 SHA1 6a99740fd2877c2fb46b18655f489bade5453cce SHA256 80584bf5435302dc93236c521839ade4b47effb925a0efa8c603e9fc1f1b5550
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit distutils
|
||||
|
||||
MY_P="cx_Oracle-${PV}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue