diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:29:23 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-27 19:29:23 +0000 |
commit | e1c4ed0032560ab065d92647d0bdf0e63713fe03 (patch) | |
tree | 083c0c8abfd2faa89c8fe5633e91d3a4329305e6 /dev-games/physfs | |
parent | Stable for amd64, wrt bug #495338 (diff) | |
download | gentoo-2-e1c4ed0032560ab065d92647d0bdf0e63713fe03.tar.gz gentoo-2-e1c4ed0032560ab065d92647d0bdf0e63713fe03.tar.bz2 gentoo-2-e1c4ed0032560ab065d92647d0bdf0e63713fe03.zip |
Stable for amd64, wrt bug #526060
(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/physfs')
-rw-r--r-- | dev-games/physfs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/physfs/physfs-2.0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/physfs/ChangeLog b/dev-games/physfs/ChangeLog index 6a3d4a2b70fa..423e982d3691 100644 --- a/dev-games/physfs/ChangeLog +++ b/dev-games/physfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/physfs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/ChangeLog,v 1.58 2014/12/20 16:51:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/ChangeLog,v 1.59 2014/12/27 19:29:23 ago Exp $ + + 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> physfs-2.0.3-r1.ebuild: + Stable for amd64, wrt bug #526060 20 Dec 2014; Markus Meier <maekke@gentoo.org> physfs-2.0.3-r1.ebuild: arm stable, bug #526060 diff --git a/dev-games/physfs/physfs-2.0.3-r1.ebuild b/dev-games/physfs/physfs-2.0.3-r1.ebuild index 5d7737371634..dbd28a6c6a36 100644 --- a/dev-games/physfs/physfs-2.0.3-r1.ebuild +++ b/dev-games/physfs/physfs-2.0.3-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/dev-games/physfs/physfs-2.0.3-r1.ebuild,v 1.3 2014/12/20 16:51:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-2.0.3-r1.ebuild,v 1.4 2014/12/27 19:29:23 ago Exp $ EAPI=5 inherit cmake-multilib @@ -11,7 +11,7 @@ SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="doc grp hog mvl qpak static-libs wad +zip" RDEPEND="" |