commit:     58d1c22092ded71aeadd25152f8a896a479812b3
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 08:04:49 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 08:04:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d1c220

app-emulation/x48: Use readline:0 package

* x48 was using an incorrect SLOT dependency

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../x48/{x48-0.6.4-r1.ebuild => x48-0.6.4-r2.ebuild}        | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/app-emulation/x48/x48-0.6.4-r1.ebuild 
b/app-emulation/x48/x48-0.6.4-r2.ebuild
similarity index 91%
rename from app-emulation/x48/x48-0.6.4-r1.ebuild
rename to app-emulation/x48/x48-0.6.4-r2.ebuild
index 25255dc0248..60123e66d5a 100644
--- a/app-emulation/x48/x48-0.6.4-r1.ebuild
+++ b/app-emulation/x48/x48-0.6.4-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit autotools
 
@@ -14,9 +14,10 @@ SLOT="0"
 KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 IUSE="readline"
 
-RDEPEND="x11-libs/libX11
+RDEPEND="
+       x11-libs/libX11
        x11-libs/libXext
-       readline? ( sys-libs/readline:5 )"
+       readline? ( sys-libs/readline:0= )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
        x11-libs/libXt"
@@ -28,7 +29,7 @@ src_unpack() {
 }
 
 src_prepare() {
-       eapply_user
+       default
        sed -i '698s/inline/static inline/' src/emulate.c || die
        eautoreconf
 }
@@ -38,10 +39,10 @@ src_configure() {
 }
 
 src_install() {
-       emake DESTDIR="${D}" install
+       default
+
        insinto /usr/share/"${PN}"/romdump
        doins -r romdump/{README,ROMDump*}
-       dodoc AUTHORS README ChangeLog
 }
 
 pkg_postinst() {

Reply via email to