diff options
author | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:53 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-16 21:23:53 +0100 |
commit | 9bb4d74addb49881ec9af3a2a23252b1309846d8 (patch) | |
tree | 6d5d507a98cd431f59d29da4ec8b63a6d2376262 /media-sound/dcadec | |
parent | media-libs/opencollada: [QA] inherit eutils.eclass directly (diff) | |
download | gentoo-9bb4d74addb49881ec9af3a2a23252b1309846d8.tar.gz gentoo-9bb4d74addb49881ec9af3a2a23252b1309846d8.tar.bz2 gentoo-9bb4d74addb49881ec9af3a2a23252b1309846d8.zip |
media-sound/dcadec: [QA] inherit eutils.eclass directly
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/dcadec')
-rw-r--r-- | media-sound/dcadec/dcadec-0.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/dcadec/dcadec-0.2.0.ebuild b/media-sound/dcadec/dcadec-0.2.0.ebuild index d0506427c012..d49effdb57c4 100644 --- a/media-sound/dcadec/dcadec-0.2.0.ebuild +++ b/media-sound/dcadec/dcadec-0.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" -inherit toolchain-funcs multilib multilib-minimal +inherit eutils toolchain-funcs multilib multilib-minimal if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/foo86/${PN}.git" |