diff options
author | Johannes Huber <johu@gentoo.org> | 2012-06-13 07:16:01 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-06-13 07:16:01 +0000 |
commit | 2f405b5eecec34a272f18ec3e2c28ef0dcd1d46a (patch) | |
tree | 40470246bc0b7aad07da6c887aa66b6a467e7e99 /dev-games | |
parent | old (diff) | |
download | gentoo-2-2f405b5eecec34a272f18ec3e2c28ef0dcd1d46a.tar.gz gentoo-2-2f405b5eecec34a272f18ec3e2c28ef0dcd1d46a.tar.bz2 gentoo-2-2f405b5eecec34a272f18ec3e2c28ef0dcd1d46a.zip |
Stable for x86, wrt bug #420141
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/clanlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/clanlib/clanlib-2.3.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/clanlib/ChangeLog b/dev-games/clanlib/ChangeLog index cbf75848f0e5..d09912774e11 100644 --- a/dev-games/clanlib/ChangeLog +++ b/dev-games/clanlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/clanlib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.54 2012/06/11 12:43:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.55 2012/06/13 07:16:01 johu Exp $ + + 13 Jun 2012; Johannes Huber <johu@gentoo.org> clanlib-2.3.4.ebuild: + Stable for x86, wrt bug #420141 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> clanlib-2.3.4.ebuild: Stable for amd64, wrt bug #420141 diff --git a/dev-games/clanlib/clanlib-2.3.4.ebuild b/dev-games/clanlib/clanlib-2.3.4.ebuild index 000efd2e367a..ed190b7de3d4 100644 --- a/dev-games/clanlib/clanlib-2.3.4.ebuild +++ b/dev-games/clanlib/clanlib-2.3.4.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/dev-games/clanlib/clanlib-2.3.4.ebuild,v 1.4 2012/06/11 12:43:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.4.ebuild,v 1.5 2012/06/13 07:16:01 johu Exp $ EAPI=2 inherit flag-o-matic eutils autotools-utils @@ -13,7 +13,7 @@ SRC_URI="http://clanlib.org/download/releases-2.0/${MY_P}.tgz" LICENSE="ZLIB" SLOT="2.3" -KEYWORDS="amd64 ~x86" #not big endian safe #82779 +KEYWORDS="amd64 x86" #not big endian safe #82779 IUSE="doc ipv6 mikmod opengl sound sqlite sse2 static-libs vorbis X" RDEPEND="sys-libs/zlib |