diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 19:30:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 19:30:51 +0000 |
commit | f0144c8441439cf489417e7ce8863440f9175174 (patch) | |
tree | fa8a5f0b53b846c279cf736b84349c6f414218e9 /dev-games/clanlib | |
parent | Stable for amd64, wrt bug #541580 (diff) | |
download | gentoo-2-f0144c8441439cf489417e7ce8863440f9175174.tar.gz gentoo-2-f0144c8441439cf489417e7ce8863440f9175174.tar.bz2 gentoo-2-f0144c8441439cf489417e7ce8863440f9175174.zip |
Stable for amd64, wrt bug #541586
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-games/clanlib')
-rw-r--r-- | dev-games/clanlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/clanlib/clanlib-2.3.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/clanlib/ChangeLog b/dev-games/clanlib/ChangeLog index 3d41f6d816da..5ba490144ec6 100644 --- a/dev-games/clanlib/ChangeLog +++ b/dev-games/clanlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/clanlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.66 2015/01/28 19:17:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.67 2015/02/28 19:30:51 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> clanlib-2.3.7.ebuild: + Stable for amd64, wrt bug #541586 28 Jan 2015; Michał Górny <mgorny@gentoo.org> clanlib-2.3.6.ebuild, clanlib-2.3.7.ebuild: diff --git a/dev-games/clanlib/clanlib-2.3.7.ebuild b/dev-games/clanlib/clanlib-2.3.7.ebuild index 2f059cd4068a..cda18146ab3f 100644 --- a/dev-games/clanlib/clanlib-2.3.7.ebuild +++ b/dev-games/clanlib/clanlib-2.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v 1.3 2015/01/28 19:17:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-2.3.7.ebuild,v 1.4 2015/02/28 19:30:51 ago Exp $ EAPI=4 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 cpu_flags_x86_sse2 static-libs vorbis X" REQUIRED_USE="opengl? ( X )" |