sys-kernel/ummunotify: EAPI 8

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-05-29 01:41:39 +02:00
parent 28806006cb
commit a8f41a192b
No known key found for this signature in database
GPG Key ID: 4E4140121372C837
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
DIST ummunotify-2.tar.gz 326619 BLAKE2B 4ac329368b688eebb5ab9d064703de90e47112b169cd9448b3f6e0daa7717bdd4d1e957c75f5f87f1d30c08564c929ef50d7fe83f633b95f2abbd13014c1c48c SHA512 0650ec6dd01de97822121a720bff8cb65deaf2ec67de03a52507f47d0cfb169000dd40172f73aef7fbb83735eb8e35aed4da9c20ce5ee4ee6607a12baae7ca0f DIST ummunotify-2.gh.tar.gz 326619 BLAKE2B 4ac329368b688eebb5ab9d064703de90e47112b169cd9448b3f6e0daa7717bdd4d1e957c75f5f87f1d30c08564c929ef50d7fe83f633b95f2abbd13014c1c48c SHA512 0650ec6dd01de97822121a720bff8cb65deaf2ec67de03a52507f47d0cfb169000dd40172f73aef7fbb83735eb8e35aed4da9c20ce5ee4ee6607a12baae7ca0f

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
MAX_KV_MAJ="4" MAX_KV_MAJ="4"
MAX_KV_MIN="13" MAX_KV_MIN="13"
@ -14,7 +14,7 @@ HOMEPAGE="
https://lkml.org/lkml/2010/4/22/172 https://lkml.org/lkml/2010/4/22/172
https://github.com/Portals4/ummunotify https://github.com/Portals4/ummunotify
" "
SRC_URI="https://github.com/Portals4/ummunotify/raw/master/${MYP}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/Portals4/ummunotify/raw/master/${MYP}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${MYP}" S="${WORKDIR}/${MYP}"
LICENSE="GPL-2" LICENSE="GPL-2"