diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-19 16:25:50 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-19 16:26:35 -0700 |
commit | 00ce70fe258f644fc58251428a45c967a1934941 (patch) | |
tree | 27362048e29bda3684202b1dc6945a2053eed5c7 /sys-libs/librtas | |
parent | sys-libs/librtas: update upstream metadata (diff) | |
download | gentoo-00ce70fe258f644fc58251428a45c967a1934941.tar.gz gentoo-00ce70fe258f644fc58251428a45c967a1934941.tar.bz2 gentoo-00ce70fe258f644fc58251428a45c967a1934941.zip |
sys-libs/librtas: update EAPI 7 -> 8
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-libs/librtas')
-rw-r--r-- | sys-libs/librtas/librtas-2.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild b/sys-libs/librtas/librtas-2.0.3.ebuild index 5c3f2b58d7b1..6af4142321e4 100644 --- a/sys-libs/librtas/librtas-2.0.3.ebuild +++ b/sys-libs/librtas/librtas-2.0.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC platform(s)" |