commit:     6f0ee8b4b735f72e1fd724df35b1b551ef831963
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 13:16:40 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 13:16:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f0ee8b4

app-crypt/aespipe: update EAPI 7 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../aespipe/{aespipe-2.4f.ebuild => aespipe-2.4f-r1.ebuild}      | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-crypt/aespipe/aespipe-2.4f.ebuild 
b/app-crypt/aespipe/aespipe-2.4f-r1.ebuild
similarity index 94%
rename from app-crypt/aespipe/aespipe-2.4f.ebuild
rename to app-crypt/aespipe/aespipe-2.4f-r1.ebuild
index 3adf1b9778ab..c8ed90346146 100644
--- a/app-crypt/aespipe/aespipe-2.4f.ebuild
+++ b/app-crypt/aespipe/aespipe-2.4f-r1.ebuild
@@ -1,22 +1,23 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit flag-o-matic
 
 DESCRIPTION="Encrypts data from stdin to stdout"
 HOMEPAGE="https://loop-aes.sourceforge.net";
 SRC_URI="https://loop-aes.sourceforge.net/aespipe/${PN}-v${PV}.tar.bz2";
+S="${WORKDIR}/${PN}-v${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos"
 IUSE="+asm cpu_flags_x86_aes cpu_flags_x86_padlock static"
-RDEPEND="app-arch/sharutils
-       app-crypt/gnupg"
 
-S="${WORKDIR}/${PN}-v${PV}"
+RDEPEND="
+       app-arch/sharutils
+       app-crypt/gnupg"
 
 src_configure() {
        use static && append-ldflags -static

Reply via email to