diff options
author | Joao Carreira <jfmcarreira@gmail.com> | 2019-10-22 21:32:37 +0100 |
---|---|---|
committer | Joao Carreira <jfmcarreira@gmail.com> | 2019-10-22 21:32:37 +0100 |
commit | de5aab7c0a82f7f5907b997de69182be376aa7c3 (patch) | |
tree | a144546630b8639f0a159c69db957e8291542f81 | |
parent | Multiple pkfs: Fix EAPI and delete old (diff) | |
download | carreira-de5aab7c0a82f7f5907b997de69182be376aa7c3.tar.gz carreira-de5aab7c0a82f7f5907b997de69182be376aa7c3.tar.bz2 carreira-de5aab7c0a82f7f5907b997de69182be376aa7c3.zip |
media-video/calyp: reverto to EAPI 6
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Joao Carreira <jfmcarreira@gmail.com>
-rw-r--r-- | media-video/calyp/calyp-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/calyp/calyp-9999.ebuild b/media-video/calyp/calyp-9999.ebuild index 852ba97..d1d9728 100644 --- a/media-video/calyp/calyp-9999.ebuild +++ b/media-video/calyp/calyp-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 inherit eutils cmake-utils git-r3 |