kernel-2.eclass: Remove code that looks for Changelog which is also breaks PMS rules...
authorMike Pagano <mpagano@gentoo.org>
Mon, 26 Dec 2016 15:45:13 +0000 (10:45 -0500)
committerMike Pagano <mpagano@gentoo.org>
Mon, 26 Dec 2016 15:45:26 +0000 (10:45 -0500)
eclass/kernel-2.eclass

index 424aa03d01ecd8c6b32e6c04a5796d939f1ec501..520a4c1359734815a884d6e7c835834f5e91a0ad 100644 (file)
@@ -967,13 +967,6 @@ install_sources() {
                done
        fi
 
-       if [[ ! -f ${S}/patches.txt ]]; then
-               # patches.txt is empty so lets use our ChangeLog
-               [[ -f ${FILESDIR}/../ChangeLog ]] && \
-                       echo "Please check the ebuild ChangeLog for more details." \
-                       > "${S}"/patches.txt
-       fi
-
        mv "${WORKDIR}"/linux* "${ED}"usr/src || die
 
        if [[ -n "${UNIPATCH_DOCS}" ]] ; then