summaryrefslogtreecommitdiff
path: root/dev-util/complexity
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-util/complexity
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-util/complexity')
-rw-r--r--dev-util/complexity/Manifest2
-rw-r--r--dev-util/complexity/complexity-1.10-r1.ebuild (renamed from dev-util/complexity/complexity-1.10.ebuild)10
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-util/complexity/Manifest b/dev-util/complexity/Manifest
index 86e88a363f36..2d78b960a9b2 100644
--- a/dev-util/complexity/Manifest
+++ b/dev-util/complexity/Manifest
@@ -1,3 +1,3 @@
DIST complexity-1.10.tar.xz 422012 BLAKE2B 7010647a6de95bed56a724aa890a4d07f4a671ec0190eb9ebdff8d1db0bd1c73916dca17641dc539a5492dd3acf7c666b9c2812b82b980af8b4ebcd951dc15a4 SHA512 3c9a935b55981a420f5f81b055c921fee96f294bf052fa8f7b7299a538b154659161e24bcce549e2a20706273c48870477cb26c4b4120658de985ab653a90bf1
-EBUILD complexity-1.10.ebuild 459 BLAKE2B 451a5e6eb5fbfff3ff08dd4d8f31e55ea17b909608e7e2f8f4beb1f3637e2d1e566afda2f62d946b30fcd663508238a0d1fe361c8ce15754bfa5f064b23b2142 SHA512 1bd7ec4ed193f532ec48fa6c43d54ec3ac4768e129dfb1cf59c8233759d6d125f9b3f71ee2d003c9bb499c1acaf786f153ded6e2c62c126111ff7566ec49c38d
+EBUILD complexity-1.10-r1.ebuild 462 BLAKE2B 67ed0b28cc43ab45978faae39e70a90af4fa30864c0a23fd94f0fd71bfe988de6090931bbaa762ec9b35971bea2a34f08f135b9ea55007d72c49ddd26063c7c2 SHA512 93388ae5794b930a8e22eeb68677ac583a775b009fddfd5dabd2437cb3f1429c8050640eb78f1bf9ee18fb2316edbb818b544c1f08a174aa33c7915bf1aefe55
MISC metadata.xml 167 BLAKE2B 868e3b584722eaacf68273db062bb773d8c7e5d7ab2b81ca7e8397643bf7cc106c3a1033594401c99c54f667bb45d6b73f9048fc335580bbd44b4589ad26a832 SHA512 30caadd1496c3b9969136038239a1d8e01f236726b4022c2d7e19ca7575f25f735e556835e581afbf44fbd3e4104c40f2b5ef5fa70118d75c881fdf871962d0a
diff --git a/dev-util/complexity/complexity-1.10.ebuild b/dev-util/complexity/complexity-1.10-r1.ebuild
index 889a75348459..2594e392799e 100644
--- a/dev-util/complexity/complexity-1.10.ebuild
+++ b/dev-util/complexity/complexity-1.10-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
DESCRIPTION="a tool designed for analyzing the complexity of C program functions"
HOMEPAGE="https://www.gnu.org/software/complexity/"
@@ -12,9 +12,7 @@ SLOT="0"
KEYWORDS="~amd64 ~hppa ~x86"
RDEPEND=">=sys-devel/autogen-5.11.7"
-DEPEND="
- ${RDEPEND}
- sys-devel/libtool
-"
+DEPEND="${RDEPEND}"
+BDEPEND="sys-devel/libtool"
DOCS=( AUTHORS ChangeLog NEWS )