diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-16 13:29:52 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-16 13:29:52 +0000 |
commit | 05af189350301026fc3be38bf47bc418d88c3fa4 (patch) | |
tree | 3d33c04644b5c54a4b364d14de2657e1758c8286 /media-libs/sdl-ttf | |
parent | Stable for amd64, wrt bug #404025 (diff) | |
download | gentoo-2-05af189350301026fc3be38bf47bc418d88c3fa4.tar.gz gentoo-2-05af189350301026fc3be38bf47bc418d88c3fa4.tar.bz2 gentoo-2-05af189350301026fc3be38bf47bc418d88c3fa4.zip |
Stable for amd64, wrt bug #403995
(Portage version: 2.1.10.44/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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-ttf/ChangeLog b/media-libs/sdl-ttf/ChangeLog index b9fe172b1cc6..5223ef848aed 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.58 2012/01/16 22:43:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.59 2012/02/16 13:29:52 ago Exp $ + + 16 Feb 2012; Agostino Sarubbo <ago@gentoo.org> sdl-ttf-2.0.11.ebuild: + Stable for amd64, wrt bug #403995 *sdl-ttf-2.0.11 (16 Jan 2012) 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 01d5145c64c8..8814d749d807 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.1 2012/01/16 22:43:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.11.ebuild,v 1.2 2012/02/16 13:29:52 ago 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 ) |