diff options
author | 2020-02-15 10:58:22 +0100 | |
---|---|---|
committer | 2020-02-15 10:58:22 +0100 | |
commit | 330e71006e4273fdf8ef1556c7977d4560028afd (patch) | |
tree | e197b783d5cd50629a0b50a6f761221dcb4363ac /dev-lang/orc/orc-0.4.29.ebuild | |
parent | dev-games/wfmath: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-330e71006e4273fdf8ef1556c7977d4560028afd.tar.gz gentoo-330e71006e4273fdf8ef1556c7977d4560028afd.tar.bz2 gentoo-330e71006e4273fdf8ef1556c7977d4560028afd.zip |
dev-lang/orc: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-lang/orc/orc-0.4.29.ebuild')
-rw-r--r-- | dev-lang/orc/orc-0.4.29.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/orc/orc-0.4.29.ebuild b/dev-lang/orc/orc-0.4.29.ebuild index 99b4f41e8e29..7a0d9f36864c 100644 --- a/dev-lang/orc/orc-0.4.29.ebuild +++ b/dev-lang/orc/orc-0.4.29.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils flag-o-matic multilib-minimal pax-utils +inherit eutils flag-o-matic ltprune multilib-minimal pax-utils DESCRIPTION="The Oil Runtime Compiler, a just-in-time compiler for array operations" HOMEPAGE="https://gstreamer.freedesktop.org/" |