diff options
author | 2015-06-26 08:56:08 +0000 | |
---|---|---|
committer | 2015-06-26 08:56:08 +0000 | |
commit | 9aa3466757d138d341b589573bad1fcc9ca6b503 (patch) | |
tree | bfe3beeb1d74e88e0fcf2f07142806c5c8a8afba /sys-apps/conspy | |
parent | Stable for x86, wrt bug #535634 (diff) | |
download | gentoo-2-9aa3466757d138d341b589573bad1fcc9ca6b503.tar.gz gentoo-2-9aa3466757d138d341b589573bad1fcc9ca6b503.tar.bz2 gentoo-2-9aa3466757d138d341b589573bad1fcc9ca6b503.zip |
Stable for x86, wrt bug #535642
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-apps/conspy')
-rw-r--r-- | sys-apps/conspy/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/conspy/conspy-1.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/conspy/ChangeLog b/sys-apps/conspy/ChangeLog index f2faf9c2a22f..0f86f1a48bf8 100644 --- a/sys-apps/conspy/ChangeLog +++ b/sys-apps/conspy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/conspy # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v 1.13 2015/06/11 15:07:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/ChangeLog,v 1.14 2015/06/26 08:56:08 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> conspy-1.10.ebuild: + Stable for x86, wrt bug #535642 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> conspy-1.10.ebuild: Stable for amd64, wrt bug #535642 diff --git a/sys-apps/conspy/conspy-1.10.ebuild b/sys-apps/conspy/conspy-1.10.ebuild index 63a5a7171cff..3ac082fcb198 100644 --- a/sys-apps/conspy/conspy-1.10.ebuild +++ b/sys-apps/conspy/conspy-1.10.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/sys-apps/conspy/conspy-1.10.ebuild,v 1.2 2015/06/11 15:07:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/conspy/conspy-1.10.ebuild,v 1.3 2015/06/26 08:56:08 ago Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}-1/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="sys-libs/ncurses" |