commit:     f15cf6e69faa0010c6fee35a3d1be442cd55a2d7
Author:     stefson <herrtimson <AT> yahoo <DOT> de>
AuthorDate: Sun Jun 17 09:23:52 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 17 09:38:56 2018 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=f15cf6e6

fix some more QA problems

 app-text/enchant/enchant-1.6.1.ebuild                                | 1 -
 dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild                           | 1 -
 mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild       | 1 -
 net-analyzer/wireshark/wireshark-2.4.5.ebuild                        | 1 -
 net-misc/openssh/openssh-7.7_p1-r4.ebuild                            | 2 +-
 net-misc/rsync/rsync-3.1.3.ebuild                                    | 2 +-
 .../{libraw1394-2.1.1-r99.ebuild => libraw1394-2.1.1.ebuild}         | 5 ++---
 7 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/app-text/enchant/enchant-1.6.1.ebuild 
b/app-text/enchant/enchant-1.6.1.ebuild
index c6a0f7d..b4d39b0 100644
--- a/app-text/enchant/enchant-1.6.1.ebuild
+++ b/app-text/enchant/enchant-1.6.1.ebuild
@@ -56,4 +56,3 @@ src_install() {
        default
        find "${D}" -name '*.la' -delete || die
 }
-

diff --git a/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild 
b/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild
index b6b4142..f84415b 100644
--- a/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild
+++ b/dev-libs/DirectFB/DirectFB-1.7.6-r1.ebuild
@@ -202,4 +202,3 @@ pkg_postinst() {
        ewarn "unexpectedly set in absolute mode in all DirectFB applications."
        ewarn "This can be fixed by removing linuxinput from INPUT_DEVICES."
 }
-

diff --git a/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild 
b/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild
index de56d6c..c3501b2 100644
--- a/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild
+++ b/mate-extra/mate-power-manager/mate-power-manager-1.18.1.ebuild
@@ -70,4 +70,3 @@ src_test() {
 
        dbus-launch Xemake check || die "Test phase failed"
 }
-

diff --git a/net-analyzer/wireshark/wireshark-2.4.5.ebuild 
b/net-analyzer/wireshark/wireshark-2.4.5.ebuild
index 967c722..bc16846 100644
--- a/net-analyzer/wireshark/wireshark-2.4.5.ebuild
+++ b/net-analyzer/wireshark/wireshark-2.4.5.ebuild
@@ -290,4 +290,3 @@ pkg_postrm() {
        xdg_desktop_database_update
        xdg_mimeinfo_database_update
 }
-

diff --git a/net-misc/openssh/openssh-7.7_p1-r4.ebuild 
b/net-misc/openssh/openssh-7.7_p1-r4.ebuild
index e91ac97..87481d6 100644
--- a/net-misc/openssh/openssh-7.7_p1-r4.ebuild
+++ b/net-misc/openssh/openssh-7.7_p1-r4.ebuild
@@ -191,7 +191,7 @@ src_prepare() {
                        einfo "Disabling known non-working MT AES cipher per 
default ..."
 
                        cat > "${T}"/disable_mtaes.conf <<- EOF
-                       
+
                        # HPN's Multi-Threaded AES CTR cipher is currently 
known to be broken
                        # and therefore disabled per default.
                        DisableMTAES yes

diff --git a/net-misc/rsync/rsync-3.1.3.ebuild 
b/net-misc/rsync/rsync-3.1.3.ebuild
index b4a9c2d..fff937c 100644
--- a/net-misc/rsync/rsync-3.1.3.ebuild
+++ b/net-misc/rsync/rsync-3.1.3.ebuild
@@ -24,7 +24,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
 DEPEND="${RDEPEND}
        static? ( ${LIB_DEPEND} )"
 
-PATCHES=( 
+PATCHES=(
        "${FILESDIR}"/${PN}-fix-musl-ipv6.patch
 )
 

diff --git a/sys-libs/libraw1394/libraw1394-2.1.1-r99.ebuild 
b/sys-libs/libraw1394/libraw1394-2.1.1.ebuild
similarity index 72%
rename from sys-libs/libraw1394/libraw1394-2.1.1-r99.ebuild
rename to sys-libs/libraw1394/libraw1394-2.1.1.ebuild
index 4d1ca86..2cc2793 100644
--- a/sys-libs/libraw1394/libraw1394-2.1.1-r99.ebuild
+++ b/sys-libs/libraw1394/libraw1394-2.1.1.ebuild
@@ -8,7 +8,7 @@ AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
 inherit autotools-multilib
 
 DESCRIPTION="library that provides direct access to the IEEE 1394 bus"
-HOMEPAGE="http://ieee1394.wiki.kernel.org/";
+HOMEPAGE="https://ieee1394.wiki.kernel.org/";
 SRC_URI="mirror://kernel/linux/libs/ieee1394/${P}.tar.xz"
 
 LICENSE="LGPL-2.1"
@@ -17,8 +17,7 @@ KEYWORDS="amd64 ~arm ~ppc ~x86"
 IUSE="static-libs"
 
 DEPEND="app-arch/xz-utils"
-RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r4
-               !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
+RDEPEND=""
 
 src_prepare() {
        epatch "${FILESDIR}"/${P}-replace__uint32.patch

Reply via email to