diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-05 11:55:48 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-05 11:55:48 +0000 |
commit | ffe79fb8d43cb4b9ec9a3d5c0d96f47c90038370 (patch) | |
tree | 977fe51732d5eab0080d1833b12d5b5181d07604 /app-text/bogosort | |
parent | Bringing back the patch as it is still used. (Manifest recommit) (diff) | |
download | gentoo-2-ffe79fb8d43cb4b9ec9a3d5c0d96f47c90038370.tar.gz gentoo-2-ffe79fb8d43cb4b9ec9a3d5c0d96f47c90038370.tar.bz2 gentoo-2-ffe79fb8d43cb4b9ec9a3d5c0d96f47c90038370.zip |
x86, sparc, mips stable, added ~hppa
Diffstat (limited to 'app-text/bogosort')
-rw-r--r-- | app-text/bogosort/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/bogosort/bogosort-0.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/bogosort/ChangeLog b/app-text/bogosort/ChangeLog index f55be19eb59a..95df2cd9cef4 100644 --- a/app-text/bogosort/ChangeLog +++ b/app-text/bogosort/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/bogosort # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.3 2005/01/01 16:04:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/ChangeLog,v 1.4 2005/01/05 11:52:58 ciaranm Exp $ + + 05 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> bogosort-0.4.2.ebuild: + x86, sparc, mips stable, added ~hppa 15 Dec 2004; Michael Hanselmann <hansmi@gentoo.org> +files/xmalloc.patch, bogosort-0.4.2.ebuild: diff --git a/app-text/bogosort/bogosort-0.4.2.ebuild b/app-text/bogosort/bogosort-0.4.2.ebuild index 1b11dac5a166..199e7674cad5 100644 --- a/app-text/bogosort/bogosort-0.4.2.ebuild +++ b/app-text/bogosort/bogosort-0.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.ebuild,v 1.3 2005/01/01 16:04:05 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bogosort/bogosort-0.4.2.ebuild,v 1.4 2005/01/05 11:52:58 ciaranm Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ulrik.haugen.se/pub/unix/bogosort/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~mips ~ppc" +KEYWORDS="x86 sparc mips ~ppc ~hppa" IUSE="" DEPEND="" |