commit:     e9cad09f0808b1b580e682fb9c02b5c364f99c2e
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 21:06:56 2021 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 21:07:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9cad09f

dev-util/quilt: Bump to EAPI-7

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 dev-util/quilt/quilt-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/quilt/quilt-9999.ebuild b/dev-util/quilt/quilt-9999.ebuild
index ce1acb35fbf..8fee81630b8 100644
--- a/dev-util/quilt/quilt-9999.ebuild
+++ b/dev-util/quilt/quilt-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 EGIT_REPO_URI="git://git.sv.gnu.org/quilt.git"
 
@@ -25,7 +25,7 @@ RDEPEND="
        sys-apps/ed
        elibc_Darwin? ( app-misc/getopt )
        elibc_SunOS? ( app-misc/getopt )
-       >=sys-apps/coreutils-8.5
+       >=sys-apps/coreutils-8.32-r1
        graphviz? ( media-gfx/graphviz )
 "
 
@@ -53,7 +53,7 @@ src_install() {
        rm -rf "${ED}"/etc/bash_completion.d
        newbashcomp bash_completion ${PN}
 
-       rm -rf "${ED}"usr/share/doc/${PN}
+       rm -rf "${ED}"/usr/share/doc/${PN}
        dodoc AUTHORS TODO "doc/README" "doc/README.MAIL" "doc/quilt.pdf"
 
        # Remove the compat symlinks
@@ -64,7 +64,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       if ! has_version app-emacs/quilt-el ; then
+       if ! has_version -r 'app-emacs/quilt-el' ; then
                elog "If you plan to use quilt with emacs consider installing 
\"app-emacs/quilt-el\""
        fi
 }

Reply via email to