summaryrefslogtreecommitdiff
path: root/dev-util/sel
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-util/sel
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-util/sel')
-rw-r--r--dev-util/sel/Manifest2
-rw-r--r--dev-util/sel/sel-0.08.4-r2.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/sel/Manifest b/dev-util/sel/Manifest
index 8d3152d4544c..e9403d936bc8 100644
--- a/dev-util/sel/Manifest
+++ b/dev-util/sel/Manifest
@@ -1,3 +1,3 @@
DIST sel-0.08.4.tar.gz 22188 BLAKE2B ff965c1e6296482d14e09109932165524f666486d37239edc2c30f268080750de2b20e40fe5dfc65eeb1c52009db139e2b7a47c9f8011b70eb5ae561466c19a3 SHA512 5550f1b78fef10c2ac7c132f752db4e0f7a3318419bf5751a4f812c1da04b07b3fcac341076d32f6ea436a0216ad6746e9cf29c4bcef630b76e307ded6237e52
-EBUILD sel-0.08.4-r2.ebuild 715 BLAKE2B 41e13a713d79512edc37c48b1d105a8a0a81a2cf6de07104dc4e0f4d368ebd741450b691dbf086af5a8fc191a2f5d9435e99a3709fc207cf418a0269e6dd59a3 SHA512 00b466c888d325f1168ad94d9e85ba96aeeba29045fd5545af56a5e42a9b9c54cdae3bab980e61492cd0858be5c0fcca9d856540e5930fbd1ee055e8635ad0b8
+EBUILD sel-0.08.4-r2.ebuild 710 BLAKE2B 93c5957c4dc0363428ced0ca7273b6c72301d4105bd83e7706ef96f17684a432625d37ed53481f49a205f3deaf375318fe2a8a9be8a9898d5baf28222744832d SHA512 f3c91bb2448ab6aca8b5734be01bef910a278f320dca6a3fd6457951dbd6463889347d7e7178629376aee6ed9d8d857fb6e628617e02909014659f28d0cc00ee
MISC metadata.xml 278 BLAKE2B 6a95d389f2204d31fba86bfb283058e708907d15c8a58c0ea599e83b34297f8bcd3f9a44f98d5927a64f4866d09ac3b80e268713905ce27b0e6bfd707d1e470b SHA512 27d648be83bdf79c6728bb4936d00499b71be48225b9fc544f2a4f6d54bc60670f167a4b7a51ef28740b36a9faecf396c0df1fcfff08bfc89b88dc902109eda1
diff --git a/dev-util/sel/sel-0.08.4-r2.ebuild b/dev-util/sel/sel-0.08.4-r2.ebuild
index 62715868b15a..6c4bae9142a8 100644
--- a/dev-util/sel/sel-0.08.4-r2.ebuild
+++ b/dev-util/sel/sel-0.08.4-r2.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
@@ -17,7 +17,7 @@ RDEPEND="sys-libs/ncurses:0="
DOCS=( "help.txt" README.GER whatsnew )
-src_prepare () {
+src_prepare() {
default
sed -i \
-e "s:/usr/local/share/sel/help\.txt:/usr/share/sel/help\.txt:" \
@@ -28,7 +28,7 @@ src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDLIBS="-lncurses"
}
-src_install () {
+src_install() {
dobin "${PN}"
doman "${PN}.1"
einstalldocs