diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:23 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:42:23 +0000 |
commit | fe38a17573292c131837ea2cbd08497d464c02c9 (patch) | |
tree | 542b404e71f744a3461250591f42225774c08f9b | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-fe38a17573292c131837ea2cbd08497d464c02c9.tar.gz gentoo-2-fe38a17573292c131837ea2cbd08497d464c02c9.tar.bz2 gentoo-2-fe38a17573292c131837ea2cbd08497d464c02c9.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
-rw-r--r-- | dev-python/whisper/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/whisper/whisper-0.9.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/whisper/ChangeLog b/dev-python/whisper/ChangeLog index d26fbdac6931..0c73db306a26 100644 --- a/dev-python/whisper/ChangeLog +++ b/dev-python/whisper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/whisper # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.9 2015/01/09 13:00:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/ChangeLog,v 1.10 2015/03/06 22:42:23 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> whisper-0.9.13.ebuild: + amd64 stable, bug 540290 *whisper-0.9.13 (09 Jan 2015) diff --git a/dev-python/whisper/whisper-0.9.13.ebuild b/dev-python/whisper/whisper-0.9.13.ebuild index 88e1989e5891..9f1547db64d3 100644 --- a/dev-python/whisper/whisper-0.9.13.ebuild +++ b/dev-python/whisper/whisper-0.9.13.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-python/whisper/whisper-0.9.13.ebuild,v 1.1 2015/01/09 13:00:42 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/whisper/whisper-0.9.13.ebuild,v 1.2 2015/03/06 22:42:23 pacho Exp $ EAPI=5 @@ -13,6 +13,6 @@ HOMEPAGE="http://graphite.wikidot.com/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" SLOT="0" IUSE="" |