summaryrefslogtreecommitdiff
path: root/dev-libs/libatasmart
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /dev-libs/libatasmart
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-libs/libatasmart')
-rw-r--r--dev-libs/libatasmart/Manifest2
-rw-r--r--dev-libs/libatasmart/libatasmart-0.19_p5.ebuild6
2 files changed, 2 insertions, 6 deletions
diff --git a/dev-libs/libatasmart/Manifest b/dev-libs/libatasmart/Manifest
index a0674dbd5e3f..56938c6762ad 100644
--- a/dev-libs/libatasmart/Manifest
+++ b/dev-libs/libatasmart/Manifest
@@ -1,4 +1,4 @@
DIST libatasmart_0.19-5.debian.tar.xz 6452 BLAKE2B 09bde3d5d79062d4df82e5582e932b6b566a91607086ddd805925d1966cdee4cb4ba43863f4b7d26a98588479b117841050f762d23c6719448635bf1e681b315 SHA512 434b6ef3ea377485ce745e147da8bb72851b2eeabe6f418379511650f0161f15a9ee21f4f0b5f9beb218b99eb417c1aeafdea4640995efbaf45024f40ce71802
DIST libatasmart_0.19.orig.tar.xz 251204 BLAKE2B 7e2a9823c27eee5a41f93464b28236239891349639162c5fdc114c241a70fb39a3046c3de16ce402787cd86e13609fff0578bd26f7a2c994fefe3c9756d45968 SHA512 ec9edb019c477873b01289ba365ad0ed0946505d651c1f6f83a63ef61b3976a5db6439c8a0c74d9a55325db9a3a587ad6f655f8d1af9387b0d08356eccabdb62
-EBUILD libatasmart-0.19_p5.ebuild 1046 BLAKE2B 82f4280fedeaff5298bc21ab6f307065905bb8741655bf6fa126c0a1f1fbdb8c7b5dd423ca5a39a026ee39d9fc34d2ad9ecae597ad00e8440038844bb29a3623 SHA512 4ef198131c03fa5ca350e4741dc8cf89eccf722db90f32d83b641c46169fa987d35fe5710b82ba229ba8e993ad01b8b82c6c10cf6994c889f4e02d1c3c932148
+EBUILD libatasmart-0.19_p5.ebuild 956 BLAKE2B 875e51dda8251178004cdc2f92182dead397d50ca4a16f9f8b60488d69c54f24023a7525076ea14f8efa84fc4ffac8f431c78895c80ae6d78d6a4dae77aed967 SHA512 80865fd613bd2cbac6d42f9c03b73871b6c9862e8ac2aba34583f8eea95fbc81a4aa32e59d6459b2e368d01e668dbb26c0936ad8b1260676042af9e09b96ea94
MISC metadata.xml 232 BLAKE2B b8ca675b002ba96d45a3afe7b6dd9f0e74d21db87eb002f72bae4e23fd49602115a18b372084596fdc09c3dccef80ae95ab540dad93fdf5dab0c9fb34f5d28db SHA512 21ba416ac701f1c9deb55d07f8afbf9da930fb04d274d84c5cf0df5e549554059959228ee6a4b8523d985fe0762af1a7c36aaefcb0e5b3c7baa5866e2841cfb4
diff --git a/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild
index 3a1a984b101a..449170f19552 100644
--- a/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild
+++ b/dev-libs/libatasmart/libatasmart-0.19_p5.ebuild
@@ -31,11 +31,7 @@ src_prepare() {
}
src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable static-libs static)
- )
- econf "${myeconfargs[@]}"
+ econf $(use_enable static-libs static)
}
src_install() {