commit: 7aed89abe0e4e7df664a5f255d64f51f3f3f4022 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com> AuthorDate: Sun Jan 8 21:45:32 2017 +0000 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com> CommitDate: Sun Jan 8 21:45:32 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=7aed89ab
app-arch/pax: inherit eutils app-arch/pax/pax-20160306.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/pax/pax-20160306.ebuild b/app-arch/pax/pax-20160306.ebuild index 39ba7ae..8363a78 100644 --- a/app-arch/pax/pax-20160306.ebuild +++ b/app-arch/pax/pax-20160306.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit unpacker toolchain-funcs +inherit eutils unpacker toolchain-funcs DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive tool" HOMEPAGE="https://www.mirbsd.org/pax.htm"
