dev-embedded/urjtag: EAPI 7
This commit is contained in:
parent
0d760c6f1c
commit
8ade04fa29
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
DIST urjtag-2017.10.tar.xz 1200472 BLAKE2B a9abd69c9e2de08a9ace325db2a9df2761ee6948e14bccdce859f39eb9cd980035521e9a482dc68d34525072f919b8e7d4bb4813fe3c86a1c070969d3a81ca4d SHA512 6e87eceb98320f2acb739b7e4aeb7a53d2ade8927778be49dc39bd92030d9ce1bced5570ed62757937b879ad7fa153c98b0c22179e83e3f600ae3f9b70692701
|
||||
EBUILD urjtag-2017.10.ebuild 1137 BLAKE2B 390397c2dbf2424286304147398771a5ffe86c2ccf377dfa4ff49af0369d48647238f34983ed83aba33321538eb6edade9f745be6ba05364f49af9e7036268d3 SHA512 11115a03a33fd55507aa4c6819becb92ac783874d2c4c577cfd59e32fb996c2a73d1bf704adf73117607eb754f46ecbf00aefeb100d111c8b58ef6443e89cd25
|
||||
EBUILD urjtag-2017.10.ebuild 1146 BLAKE2B 205ab69d1896547da28786aaa679dd7e1a624ef594fd897918d1a64adc67f099dc089f794944877f061f394181f3ea8e02f4aa9b39d3c0b3e8ce53f7a1555bf0 SHA512 943ba159a95d3441d591a9bc68df16745083526c105daa1468868780169566a13f26f11a74291a4546884411a40836e4e13fd3442157891623fc655380e9da5e
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# TODO: figure out htf to make python.eclass work
|
||||
|
||||
EAPI="5"
|
||||
EAPI="7"
|
||||
|
||||
inherit eutils multilib
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
|
@ -35,6 +35,7 @@ src_prepare() {
|
|||
eautopoint
|
||||
eautoreconf
|
||||
fi
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
Loading…
Reference in a new issue