diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-02-23 11:48:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-02-23 11:48:35 +0000 |
commit | b47c1fc8f244df09715f21778a98f66acf6a70e8 (patch) | |
tree | dc49124e06f20aefcda3cbf5dd60baaa5ec49542 /media-libs/sdl-net | |
parent | Stable for amd64, wrt bug #405359 (diff) | |
download | gentoo-2-b47c1fc8f244df09715f21778a98f66acf6a70e8.tar.gz gentoo-2-b47c1fc8f244df09715f21778a98f66acf6a70e8.tar.bz2 gentoo-2-b47c1fc8f244df09715f21778a98f66acf6a70e8.zip |
Stable for amd64, wrt bug #405361
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/sdl-net')
-rw-r--r-- | media-libs/sdl-net/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/sdl-net/sdl-net-1.2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/sdl-net/ChangeLog b/media-libs/sdl-net/ChangeLog index 10bda45cc15d..c30b96b8abc4 100644 --- a/media-libs/sdl-net/ChangeLog +++ b/media-libs/sdl-net/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sdl-net # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/ChangeLog,v 1.41 2012/02/23 05:03:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/ChangeLog,v 1.42 2012/02/23 11:48:35 ago Exp $ + + 23 Feb 2012; Agostino Sarubbo <ago@gentoo.org> sdl-net-1.2.8.ebuild: + Stable for amd64, wrt bug #405361 23 Feb 2012; Jeroen Roovers <jer@gentoo.org> sdl-net-1.2.8.ebuild: Stable for HPPA (bug #405361). diff --git a/media-libs/sdl-net/sdl-net-1.2.8.ebuild b/media-libs/sdl-net/sdl-net-1.2.8.ebuild index 1288db040a6d..249c447a9c75 100644 --- a/media-libs/sdl-net/sdl-net-1.2.8.ebuild +++ b/media-libs/sdl-net/sdl-net-1.2.8.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-net/sdl-net-1.2.8.ebuild,v 1.4 2012/02/23 05:03:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-net/sdl-net-1.2.8.ebuild,v 1.5 2012/02/23 11:48:35 ago Exp $ EAPI=2 MY_P=${P/sdl-/SDL_} @@ -10,7 +10,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_net/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 ~ia64-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 ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="static-libs" DEPEND=">=media-libs/libsdl-1.2.14" |