diff options
author | Sam James <sam@gentoo.org> | 2022-10-08 20:54:06 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-08 21:01:29 +0100 |
commit | 1a5b4e2cfc40c58a7413961b9079692eee431a7b (patch) | |
tree | 2ee7cb507baefda314539892cbc3be257818512c /app-arch/unp | |
parent | media-gfx/xv: drop 3.10a-r19 (diff) | |
download | gentoo-1a5b4e2cfc40c58a7413961b9079692eee431a7b.tar.gz gentoo-1a5b4e2cfc40c58a7413961b9079692eee431a7b.tar.bz2 gentoo-1a5b4e2cfc40c58a7413961b9079692eee431a7b.zip |
app-arch/unp: fix DeprecatedEclass (eutils)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/unp')
-rw-r--r-- | app-arch/unp/unp-2.0_pre9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/unp/unp-2.0_pre9.ebuild b/app-arch/unp/unp-2.0_pre9.ebuild index 229c3c81f0dd..5656064e6772 100644 --- a/app-arch/unp/unp-2.0_pre9.ebuild +++ b/app-arch/unp/unp-2.0_pre9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils bash-completion-r1 +inherit bash-completion-r1 strip-linguas DESCRIPTION="Script for unpacking various file formats" HOMEPAGE="https://packages.qa.debian.org/u/unp.html" |