diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/choqok/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/choqok/ChangeLog b/net-im/choqok/ChangeLog index d11d438e706b..28eed39fa433 100644 --- a/net-im/choqok/ChangeLog +++ b/net-im/choqok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/choqok # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.43 2015/01/26 19:15:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/ChangeLog,v 1.44 2015/05/13 07:56:10 ago Exp $ + + 13 May 2015; Agostino Sarubbo <ago@gentoo.org> choqok-1.5.ebuild: + Stable for amd64, wrt bug #548152 *choqok-1.5 (26 Jan 2015) diff --git a/net-im/choqok/choqok-1.5.ebuild b/net-im/choqok/choqok-1.5.ebuild index c837afd1ab6b..5432e7b5d79e 100644 --- a/net-im/choqok/choqok-1.5.ebuild +++ b/net-im/choqok/choqok-1.5.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/net-im/choqok/choqok-1.5.ebuild,v 1.1 2015/01/26 19:15:31 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/choqok/choqok-1.5.ebuild,v 1.2 2015/05/13 07:56:10 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 |