diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:43 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:43 +0100 |
commit | e999c179e9326e95b71c586c4deef18b6711562e (patch) | |
tree | d2cd445b0a7a29052a9993a094c604c2539614c3 /sci-mathematics/jags | |
parent | sci-mathematics/arb: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-e999c179e9326e95b71c586c4deef18b6711562e.tar.gz gentoo-e999c179e9326e95b71c586c4deef18b6711562e.tar.bz2 gentoo-e999c179e9326e95b71c586c4deef18b6711562e.zip |
sci-mathematics/jags: [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 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/jags-4.1.0.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/jags/jags-4.2.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-mathematics/jags/jags-4.1.0.ebuild b/sci-mathematics/jags/jags-4.1.0.ebuild index e5ebc8c33151..df14892fc6fe 100644 --- a/sci-mathematics/jags/jags-4.1.0.ebuild +++ b/sci-mathematics/jags/jags-4.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit eutils ltprune toolchain-funcs MYP="JAGS-${PV}" diff --git a/sci-mathematics/jags/jags-4.2.0.ebuild b/sci-mathematics/jags/jags-4.2.0.ebuild index 0ff7b08efd9f..b0b04cd9acfa 100644 --- a/sci-mathematics/jags/jags-4.2.0.ebuild +++ b/sci-mathematics/jags/jags-4.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=6 -inherit eutils toolchain-funcs +inherit eutils ltprune toolchain-funcs MYP="JAGS-${PV}" |