diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-02-28 21:24:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-02-28 21:24:20 +0000 |
commit | d8140104807bcc3019c920272788c968c7c40bc6 (patch) | |
tree | 8dfcf938ee608cfa8e2c87807bbc0dd42f1873c4 /media-libs/sdl-ttf | |
parent | Stable for HPPA (bug #356255). (diff) | |
download | gentoo-2-d8140104807bcc3019c920272788c968c7c40bc6.tar.gz gentoo-2-d8140104807bcc3019c920272788c968c7c40bc6.tar.bz2 gentoo-2-d8140104807bcc3019c920272788c968c7c40bc6.zip |
Stable for HPPA (bug #354937).
(Portage version: 2.2.0_alpha25/cvs/Linux i686)
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.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-ttf/ChangeLog b/media-libs/sdl-ttf/ChangeLog index 257badd05a35..c74e5ec189d9 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.53 2011/02/26 17:55:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.54 2011/02/28 21:24:20 jer Exp $ + + 28 Feb 2011; Jeroen Roovers <jer@gentoo.org> sdl-ttf-2.0.10.ebuild: + Stable for HPPA (bug #354937). 26 Feb 2011; Raúl Porcel <armin76@gentoo.org> sdl-ttf-2.0.10.ebuild: alpha/ia64/sparc stable wrt #354937 diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild index a7599e5548e3..f70e185febf9 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.10.ebuild,v 1.4 2011/02/26 17:55:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.10.ebuild,v 1.5 2011/02/28 21:24:20 jer Exp $ EAPI=2 MY_P="${P/sdl-/SDL_}" @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_ttf/release/${MY_P}.tar.gz" LICENSE="LGPL-2.1" 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 ) |