diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 10:59:39 +0100 |
commit | f75e870c57e65aaa3674b3bacc91da485aee6e14 (patch) | |
tree | e44cf3356ef7a32e14dcee1b563093281a4536fe /dev-util/babeltrace | |
parent | dev-python/subunit: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-f75e870c57e65aaa3674b3bacc91da485aee6e14.tar.gz gentoo-f75e870c57e65aaa3674b3bacc91da485aee6e14.tar.bz2 gentoo-f75e870c57e65aaa3674b3bacc91da485aee6e14.zip |
dev-util/babeltrace: [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-util/babeltrace')
-rw-r--r-- | dev-util/babeltrace/babeltrace-1.2.3.ebuild | 4 | ||||
-rw-r--r-- | dev-util/babeltrace/babeltrace-1.2.4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/babeltrace/babeltrace-1.2.3.ebuild b/dev-util/babeltrace/babeltrace-1.2.3.ebuild index 265e9c26010f..795c1a26bdf6 100644 --- a/dev-util/babeltrace/babeltrace-1.2.3.ebuild +++ b/dev-util/babeltrace/babeltrace-1.2.3.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=5 -inherit eutils +inherit eutils ltprune DESCRIPTION="A command-line tool and library to read and convert trace files" HOMEPAGE="http://lttng.org" diff --git a/dev-util/babeltrace/babeltrace-1.2.4.ebuild b/dev-util/babeltrace/babeltrace-1.2.4.ebuild index 78d9753afaa2..3242ad697b18 100644 --- a/dev-util/babeltrace/babeltrace-1.2.4.ebuild +++ b/dev-util/babeltrace/babeltrace-1.2.4.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=5 -inherit eutils +inherit eutils ltprune DESCRIPTION="A command-line tool and library to read and convert trace files" HOMEPAGE="http://lttng.org" |