diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-01 23:19:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-11 20:35:09 +0200 |
commit | 3f049f015a008b55ae8f332029c2432e09771256 (patch) | |
tree | 38ffead18a9716b211d303f4db57f059094365f2 /media-libs/openjpeg | |
parent | dev-lang/mono-basic: restrict tests and bump to EAPI=7 (diff) | |
download | gentoo-3f049f015a008b55ae8f332029c2432e09771256.tar.gz gentoo-3f049f015a008b55ae8f332029c2432e09771256.tar.bz2 gentoo-3f049f015a008b55ae8f332029c2432e09771256.zip |
media-libs/openjpeg: Drop unused multilib eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-libs/openjpeg')
-rw-r--r-- | media-libs/openjpeg/openjpeg-2.3.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-libs/openjpeg/openjpeg-2.3.0.ebuild b/media-libs/openjpeg/openjpeg-2.3.0.ebuild index 44197fb431a5..14f1eaa8280c 100644 --- a/media-libs/openjpeg/openjpeg-2.3.0.ebuild +++ b/media-libs/openjpeg/openjpeg-2.3.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit multilib cmake-multilib + +inherit cmake-multilib # Make sure that test data are not newer than release; # otherwise we will see "Found-But-No-Test" test failures! |