diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-10-26 21:02:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-10-26 21:02:26 +0000 |
commit | 9961ceb8538d4271e5eb6118f3e45aabf1cadd6b (patch) | |
tree | 2de7cb85025fec30f2cfd70540e3cbe5160db142 /net-im/choqok | |
parent | migrate to python-single-r1 (diff) | |
download | gentoo-2-9961ceb8538d4271e5eb6118f3e45aabf1cadd6b.tar.gz gentoo-2-9961ceb8538d4271e5eb6118f3e45aabf1cadd6b.tar.bz2 gentoo-2-9961ceb8538d4271e5eb6118f3e45aabf1cadd6b.zip |
Stable for x86, wrt bug #489314
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-im/choqok')
-rw-r--r-- | net-im/choqok/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index aa18c976b1a5..675ae5231df5 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/choqok # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.37 2013/10/26 20:40:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.38 2013/10/26 21:02:26 ago Exp $ + + 26 Oct 2013; Agostino Sarubbo <ago@gentoo.org> choqok-1.4.ebuild: + Stable for x86, wrt bug #489314 26 Oct 2013; Agostino Sarubbo <ago@gentoo.org> choqok-1.4.ebuild: Stable for amd64, wrt bug #489314 diff --git a/net-im/choqok/choqok-1.4.ebuild b/net-im/choqok/choqok-1.4.ebuild index 3cd81362a4a0..121921f6787e 100644 --- a/net-im/choqok/choqok-1.4.ebuild +++ b/net-im/choqok/choqok-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.4.ebuild,v 1.2 2013/10/26 20:40:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.4.ebuild,v 1.3 2013/10/26 21:02:26 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://choqok.gnufolks.org/" if [[ ${PV} != *9999* ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~ppc ~x86" + KEYWORDS="amd64 ~ppc x86" else KEYWORDS="" fi |