diff options
author | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:28 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-07 10:52:28 +0200 |
commit | ac6307312ce2a62fdb287a37dbb28ba7ae6aa0ce (patch) | |
tree | 4e5dfe84bce6da9aaaa38a407539203fdfb18129 | |
parent | dev-util/pkgcheck: Inherit optfeature.eclass (diff) | |
download | gentoo-ac6307312ce2a62fdb287a37dbb28ba7ae6aa0ce.tar.gz gentoo-ac6307312ce2a62fdb287a37dbb28ba7ae6aa0ce.tar.bz2 gentoo-ac6307312ce2a62fdb287a37dbb28ba7ae6aa0ce.zip |
dev-util/sccache: Inherit optfeature.eclass
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-util/sccache/sccache-0.2.12.ebuild | 2 | ||||
-rw-r--r-- | dev-util/sccache/sccache-0.2.13.ebuild | 2 | ||||
-rw-r--r-- | dev-util/sccache/sccache-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/sccache/sccache-0.2.12.ebuild b/dev-util/sccache/sccache-0.2.12.ebuild index d207e0de0d89..188882f12843 100644 --- a/dev-util/sccache/sccache-0.2.12.ebuild +++ b/dev-util/sccache/sccache-0.2.12.ebuild @@ -292,7 +292,7 @@ xattr-0.2.2 zip-0.4.2 " -inherit cargo eutils +inherit cargo optfeature DESCRIPTION="ccache/distcc like tool with support for rust and cloud storage" HOMEPAGE="https://github.com/mozilla/sccache/" diff --git a/dev-util/sccache/sccache-0.2.13.ebuild b/dev-util/sccache/sccache-0.2.13.ebuild index b5642de7cfc4..4d2c3f7b8319 100644 --- a/dev-util/sccache/sccache-0.2.13.ebuild +++ b/dev-util/sccache/sccache-0.2.13.ebuild @@ -330,7 +330,7 @@ xattr-0.2.2 zip-0.4.2 " -inherit cargo eutils +inherit cargo optfeature DESCRIPTION="ccache/distcc like tool with support for rust and cloud storage" HOMEPAGE="https://github.com/mozilla/sccache/" diff --git a/dev-util/sccache/sccache-9999.ebuild b/dev-util/sccache/sccache-9999.ebuild index df4af3cbb8ad..ea404f54b9cf 100644 --- a/dev-util/sccache/sccache-9999.ebuild +++ b/dev-util/sccache/sccache-9999.ebuild @@ -9,7 +9,7 @@ EAPI=7 CRATES=" " -inherit cargo eutils +inherit cargo optfeature DESCRIPTION="ccache/distcc like tool with support for rust and cloud storage" HOMEPAGE="https://github.com/mozilla/sccache/" |