diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 11:21:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 11:21:21 +0000 |
commit | 5eda66776b8d3a64db75bf45da25602061cc78ff (patch) | |
tree | cb0b0802f74bf31baa728765ab91020ad4232705 /sys-boot | |
parent | Raise minimal kde version and block kde-base/solid to prevent file collision ... (diff) | |
download | gentoo-2-5eda66776b8d3a64db75bf45da25602061cc78ff.tar.gz gentoo-2-5eda66776b8d3a64db75bf45da25602061cc78ff.tar.bz2 gentoo-2-5eda66776b8d3a64db75bf45da25602061cc78ff.zip |
Fix install with static-libs (#487756 by Andrius Štikonas)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/plymouth/plymouth-0.8.8-r2.ebuild | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/sys-boot/plymouth/ChangeLog b/sys-boot/plymouth/ChangeLog index 923be9ce90b5..a13cfcd516c2 100644 --- a/sys-boot/plymouth/ChangeLog +++ b/sys-boot/plymouth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/plymouth # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.38 2013/10/11 19:00:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/ChangeLog,v 1.39 2013/10/12 11:21:21 pacho Exp $ + + 12 Oct 2013; Pacho Ramos <pacho@gentoo.org> plymouth-0.8.8-r2.ebuild: + Fix install with static-libs (#487756 by Andrius Štikonas) *plymouth-0.8.8-r2 (11 Oct 2013) diff --git a/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild b/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild index 89967a4a41b6..2ae4f26963fa 100644 --- a/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild +++ b/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild,v 1.1 2013/10/11 19:00:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.8.8-r2.ebuild,v 1.2 2013/10/12 11:21:21 pacho Exp $ EAPI=5 @@ -71,12 +71,6 @@ src_configure() { src_install() { autotools-utils_src_install - if use static-libs; then - mv "${D}/$(get_libdir)"/libply{,-splash-core}.a \ - "${D}/usr/$(get_libdir)"/ || die 'mv *.a files failed' - gen_usr_ldscript libply.so libply-splash-core.so - fi - insinto /usr/share/plymouth newins "${DISTDIR}"/gentoo-logo.png bizcom.png |