diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:42:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-09 13:42:49 +0000 |
commit | f06a96e595acaddedc67c30371bcdeac0c93b1a5 (patch) | |
tree | 7db2e6d74feedc24a33962fffaf1fce24479a75d /dev-util/bam | |
parent | Stable for amd64, wrt bug #535234 (diff) | |
download | gentoo-2-f06a96e595acaddedc67c30371bcdeac0c93b1a5.tar.gz gentoo-2-f06a96e595acaddedc67c30371bcdeac0c93b1a5.tar.bz2 gentoo-2-f06a96e595acaddedc67c30371bcdeac0c93b1a5.zip |
Stable for amd64, wrt bug #534724
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-util/bam')
-rw-r--r-- | dev-util/bam/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/bam/bam-0.4.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/bam/ChangeLog b/dev-util/bam/ChangeLog index 4a0454d34ced..c6984e28e2ef 100644 --- a/dev-util/bam/ChangeLog +++ b/dev-util/bam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/bam -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v 1.10 2014/12/25 15:28:46 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/ChangeLog,v 1.11 2015/01/09 13:42:49 ago Exp $ + + 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> bam-0.4.0-r1.ebuild: + Stable for amd64, wrt bug #534724 *bam-0.4.0-r1 (25 Dec 2014) diff --git a/dev-util/bam/bam-0.4.0-r1.ebuild b/dev-util/bam/bam-0.4.0-r1.ebuild index 8ec5480969cb..9cbbb5f55252 100644 --- a/dev-util/bam/bam-0.4.0-r1.ebuild +++ b/dev-util/bam/bam-0.4.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/bam-0.4.0-r1.ebuild,v 1.1 2014/12/25 15:28:46 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/bam/bam-0.4.0-r1.ebuild,v 1.2 2015/01/09 13:42:49 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://github.com/downloads/matricks/${PN}/${P}.tar.bz2" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="doc test" RDEPEND="dev-lang/lua:=" |