diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-02 20:59:44 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-02 20:59:44 +0000 |
commit | 278b9481b8b0202eb85babc65b87941fc40a188c (patch) | |
tree | 8a610fb29606717f7d667d07216127e0a8969c51 /media-libs/sdl-ttf | |
parent | Marking Time-Piece-1.20 ppc64 for bug 397201 (diff) | |
download | gentoo-2-278b9481b8b0202eb85babc65b87941fc40a188c.tar.gz gentoo-2-278b9481b8b0202eb85babc65b87941fc40a188c.tar.bz2 gentoo-2-278b9481b8b0202eb85babc65b87941fc40a188c.zip |
ppc64 stable wrt #403995
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/sdl-ttf')
-rw-r--r-- | media-libs/sdl-ttf/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-ttf/sdl-ttf-2.0.11.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/media-libs/sdl-ttf/ChangeLog b/media-libs/sdl-ttf/ChangeLog index e1bc01867db1..380aa45a428c 100644 --- a/media-libs/sdl-ttf/ChangeLog +++ b/media-libs/sdl-ttf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-ttf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.62 2012/02/24 14:11:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.63 2012/03/02 20:59:44 ssuominen Exp $ + + 02 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> sdl-ttf-2.0.11.ebuild: + ppc64 stable wrt #403995 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> sdl-ttf-2.0.11.ebuild: x86 stable wrt bug #403995 diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.11.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.11.ebuild index dc17e9b81bf5..a2bcc0c8a4df 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.11.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.11.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/sdl-ttf/sdl-ttf-2.0.11.ebuild,v 1.5 2012/02/24 14:11:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.11.ebuild,v 1.6 2012/03/02 20:59:44 ssuominen Exp $ EAPI=2 inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="static-libs X" DEPEND="X? ( x11-libs/libXt ) @@ -36,8 +36,5 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die dodoc CHANGES README - if ! use static-libs ; then - find "${D}" -type f -name '*.la' -exec rm {} + \ - || die "la removal failed" - fi + use static-libs || find "${D}" -type f -name '*.la' -exec rm {} + } |