diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-02 21:01:13 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-02 21:01:13 +0000 |
commit | 2dff6086cd2da54e61ad5c2440dd0be8e177eb58 (patch) | |
tree | 1e29632829bc34c7c0213d3b8a26341133ab3be2 /media-libs/libcue | |
parent | Marking lftp-4.3.5 ppc64 for bug 405981 (diff) | |
download | gentoo-2-2dff6086cd2da54e61ad5c2440dd0be8e177eb58.tar.gz gentoo-2-2dff6086cd2da54e61ad5c2440dd0be8e177eb58.tar.bz2 gentoo-2-2dff6086cd2da54e61ad5c2440dd0be8e177eb58.zip |
ppc/ppc64 stable wrt #397069
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libcue')
-rw-r--r-- | media-libs/libcue/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/libcue/libcue-1.4.0.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-libs/libcue/ChangeLog b/media-libs/libcue/ChangeLog index fbecb5e1cba4..c27499064507 100644 --- a/media-libs/libcue/ChangeLog +++ b/media-libs/libcue/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libcue # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/ChangeLog,v 1.19 2012/02/16 18:47:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/ChangeLog,v 1.20 2012/03/02 21:01:13 ssuominen Exp $ + + 02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> libcue-1.4.0.ebuild: + ppc/ppc64 stable wrt #397069 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libcue-1.4.0.ebuild: x86 stable wrt bug #397069 diff --git a/media-libs/libcue/libcue-1.4.0.ebuild b/media-libs/libcue/libcue-1.4.0.ebuild index 85ee8b7d83bf..f978730f4507 100644 --- a/media-libs/libcue/libcue-1.4.0.ebuild +++ b/media-libs/libcue/libcue-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/libcue-1.4.0.ebuild,v 1.6 2012/02/16 18:47:43 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libcue/libcue-1.4.0.ebuild,v 1.7 2012/03/02 21:01:13 ssuominen Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ppc ~ppc64 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sh ~sparc x86" IUSE="static-libs" RDEPEND="" @@ -20,11 +20,10 @@ DEPEND="sys-devel/flex DOCS=( AUTHORS ChangeLog NEWS ) src_configure() { - econf \ - $(use_enable static-libs static) + econf $(use_enable static-libs static) } src_install() { default - find "${ED}" -name '*.la' -delete + find "${ED}" -name '*.la' -exec rm -f {} + } |