diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-28 10:53:00 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-28 10:53:00 +0000 |
commit | 4d70024c67c02b5303aaeabf43d20b1ce9142f3d (patch) | |
tree | d337cc0b8a4e326926e807303a9009b0b310f2e0 /media-libs/sdl-ttf | |
parent | Stable for ia64, wrt bug #521174 (diff) | |
download | gentoo-2-4d70024c67c02b5303aaeabf43d20b1ce9142f3d.tar.gz gentoo-2-4d70024c67c02b5303aaeabf43d20b1ce9142f3d.tar.bz2 gentoo-2-4d70024c67c02b5303aaeabf43d20b1ce9142f3d.zip |
Stable for ia64, wrt bug #525488
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-ttf/ChangeLog b/media-libs/sdl-ttf/ChangeLog index 14f90d038362..8e8ffe4c69c9 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.75 2014/10/27 16:11:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/ChangeLog,v 1.76 2014/10/28 10:53:00 ago Exp $ + + 28 Oct 2014; Agostino Sarubbo <ago@gentoo.org> sdl-ttf-2.0.11-r1.ebuild: + Stable for ia64, wrt bug #525488 27 Oct 2014; Agostino Sarubbo <ago@gentoo.org> sdl-ttf-2.0.11-r1.ebuild: Stable for ppc64, wrt bug #525488 diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild index 134e9723b8fa..60b93d2d2ec9 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.8 2014/10/27 16:11:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild,v 1.9 2014/10/28 10:53:00 ago Exp $ EAPI=5 inherit autotools eutils multilib-minimal @@ -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" RDEPEND=" |