diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 23:42:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:04:52 +0100 |
commit | f68b8a574a805b2e6b68069b6d934727dc85ca9d (patch) | |
tree | c39d1dce1c0a51f0b4ec0ff5607341e0980ed24e /sys-libs/libaal | |
parent | sys-libs/efivar: flag-o-matic-- (diff) | |
download | gentoo-f68b8a574a805b2e6b68069b6d934727dc85ca9d.tar.gz gentoo-f68b8a574a805b2e6b68069b6d934727dc85ca9d.tar.bz2 gentoo-f68b8a574a805b2e6b68069b6d934727dc85ca9d.zip |
sys-libs/libaal: toolchain-funcs--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/libaal')
-rw-r--r-- | sys-libs/libaal/libaal-1.0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/libaal/libaal-1.0.7-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-libs/libaal/libaal-1.0.7-r1.ebuild b/sys-libs/libaal/libaal-1.0.7-r1.ebuild index 8b3acfa242dc..b6244f38ea59 100644 --- a/sys-libs/libaal/libaal-1.0.7-r1.ebuild +++ b/sys-libs/libaal/libaal-1.0.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" -inherit toolchain-funcs usr-ldscript +inherit usr-ldscript DESCRIPTION="library required by reiser4progs" HOMEPAGE="https://sourceforge.net/projects/reiser4/" diff --git a/sys-libs/libaal/libaal-1.0.7-r2.ebuild b/sys-libs/libaal/libaal-1.0.7-r2.ebuild index f25fd9d74e4b..4ed2f8f036ea 100644 --- a/sys-libs/libaal/libaal-1.0.7-r2.ebuild +++ b/sys-libs/libaal/libaal-1.0.7-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs usr-ldscript +inherit usr-ldscript DESCRIPTION="library required by reiser4progs" HOMEPAGE="https://sourceforge.net/projects/reiser4/" |