summaryrefslogtreecommitdiff
path: root/x11-plugins/wmbio
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 /x11-plugins/wmbio
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'x11-plugins/wmbio')
-rw-r--r--x11-plugins/wmbio/Manifest2
-rw-r--r--x11-plugins/wmbio/wmbio-1.02.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/wmbio/Manifest b/x11-plugins/wmbio/Manifest
index e5b362f381cf..63acde5bcd8a 100644
--- a/x11-plugins/wmbio/Manifest
+++ b/x11-plugins/wmbio/Manifest
@@ -1,3 +1,3 @@
DIST wmbio-1.02.tar.gz 21799 BLAKE2B f3736ad83e4441f027b8091d398f7f819de79d29d9d48dff0f1ab3c159e1da2fc367f8faa92addedb770d7137e7a93f8e91a29935264a6505d16c9598daad64b SHA512 bebe8de364f782c38164fdd3910c3f63ff8313fa46fce1215218a4d14b9be0c793ee1d234fdb694798c1ab49b17eca90957d22c076920bf50ecf24b563a07d5b
-EBUILD wmbio-1.02.ebuild 774 BLAKE2B 2cfee485b2ca4719fac6b37754eaa03b3495902f58c94c3cb1d56e702265c55e9e2916cde37896387987104b5549fc414c474038714cf65070c687fea94e208e SHA512 dc5e6a95e1137e0329533e707ffd1e7b8dab3a6532bf686c970739307ef9c18c8beeb604d210ee0e9301cfd14a39141b2a687de9c1b32f5a5a6afdd19399eb2c
+EBUILD wmbio-1.02.ebuild 770 BLAKE2B 41bacd72cd557d6ee2312e96a27cff79477d158f54bd987eb0c4e01306783c0a0e41a1ca8bc6ca32c132b65d4f5be0510ce115366905fae7b01dc9a8ece17d2f SHA512 379b4b3174023ef0e542b9ad898306db30a05eb27ce1c76b5425ae571d98d69582ae0422374f269f7d4aea160d98cfa6f1ae64aecf3abb6e031b61b5ab7793ec
MISC metadata.xml 603 BLAKE2B 80e4c0fe2c556274da84f248b415737be477445c3da6e9fce5fd6a66480a2c2455c3100d6e2466d124ca6f2c6d6939dff229eb948ac9ef30127b68e9172d25f8 SHA512 fd27767ae3ef58f3eae5cb89cb62257989d5d574b2cdda8b2acdf25fb35091c1903037121cb127189f7c35343d588c4ea99741f292097854a6aebdda01ed3e3b
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index b2be120eed9c..6f9afadd6ebf 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -29,7 +29,7 @@ src_prepare() {
sed -i "s/-o wmbio/\$(LDFLAGS) -o wmbio/" Makefile || die "sed for LDFLAGS failed"
}
-src_install () {
+src_install() {
dobin wmbio
dodoc ../{AUTHORS,Changelog,NEWS,README}
}