diff options
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wiringPi/wiringPi-2.44-r7.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild b/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild index 074cc6b..d087b25 100644 --- a/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild +++ b/dev-libs/wiringPi/wiringPi-2.44-r7.ebuild @@ -1,6 +1,5 @@ -# Copyright (c) 2017 sakaki <sakaki@deciban.com> -# License: GPL v3+ -# NO WARRANTY +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit flag-o-matic toolchain-funcs git-r3 @@ -23,7 +22,7 @@ EGIT_COMMIT="${PV}" DEPEND="" RDEPEND=" ${DEPEND}" - + PATCHES=( "${FILESDIR}/${PV}-makefiles.patch" ) src_prepare() { @@ -116,6 +115,6 @@ pkg_postinst() { elog "when determining system type; this is necessary because" elog "some /proc/cpuinfo data is not output in 64-bit mode." elog "It only contains the necessary stanzas." - elog "You can modify this file as required." + elog "You can modify this file as required." fi } |