diff options
author | 2014-03-05 15:19:19 +0000 | |
---|---|---|
committer | 2014-03-05 15:19:19 +0000 | |
commit | 77a40f545c622dc65ac0c113faded0781efbc235 (patch) | |
tree | 4e29e5af5a548ddabad6312aa2c2352c6d6b768e /app-text/bogosort | |
parent | Stable for ppc, wrt bug #495346 (diff) | |
download | gentoo-2-77a40f545c622dc65ac0c113faded0781efbc235.tar.gz gentoo-2-77a40f545c622dc65ac0c113faded0781efbc235.tar.bz2 gentoo-2-77a40f545c622dc65ac0c113faded0781efbc235.zip |
Stable for ppc, wrt bug #474154
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/bogosort')
-rw-r--r-- | app-text/bogosort/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/bogosort/bogosort-0.4.2-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/bogosort/ChangeLog b/app-text/bogosort/ChangeLog index d0bc94d8502b..24401bb445f0 100644 --- a/app-text/bogosort/ChangeLog +++ b/app-text/bogosort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/bogosort # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.22 2014/03/01 23:41:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.23 2014/03/05 15:19:19 ago Exp $ + + 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> bogosort-0.4.2-r1.ebuild: + Stable for ppc, wrt bug #474154 01 Mar 2014; Pacho Ramos <pacho@gentoo.org> bogosort-0.4.2-r1.ebuild: amd64 stable, bug #474154 diff --git a/app-text/bogosort/bogosort-0.4.2-r1.ebuild b/app-text/bogosort/bogosort-0.4.2-r1.ebuild index 8eccf6224275..c68bcb9653bf 100644 --- a/app-text/bogosort/bogosort-0.4.2-r1.ebuild +++ b/app-text/bogosort/bogosort-0.4.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/bogosort-0.4.2-r1.ebuild,v 1.4 2014/03/01 23:41:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/bogosort-0.4.2-r1.ebuild,v 1.5 2014/03/05 15:19:19 ago Exp $ EAPI="5" @@ -12,7 +12,7 @@ SRC_URI="ftp://ulrik.haugen.se/pub/unix/bogosort/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 hppa ~mips ~ppc ~sparc x86 ~x86-linux ~ppc-macos" +KEYWORDS="amd64 hppa ~mips ppc ~sparc x86 ~x86-linux ~ppc-macos" IUSE="" DEPEND="" |