diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2007-01-27 11:11:49 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2007-01-27 11:11:49 +0000 |
commit | 54575ae996008da414c3b014d9237d23c3ee3e96 (patch) | |
tree | e2f1453e720d25775edabeeec3af776db4f28884 /dev-libs | |
parent | Fixup exec patch to work with yasm and nasm #159498 by Shunichi Fuji. (diff) | |
download | gentoo-2-54575ae996008da414c3b014d9237d23c3ee3e96.tar.gz gentoo-2-54575ae996008da414c3b014d9237d23c3ee3e96.tar.bz2 gentoo-2-54575ae996008da414c3b014d9237d23c3ee3e96.zip |
Stable on MIPS.
(Portage version: 2.1.2)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/cgilib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/cgilib/cgilib-0.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/cgilib/ChangeLog b/dev-libs/cgilib/ChangeLog index a9e25c453444..1349766145de 100644 --- a/dev-libs/cgilib/ChangeLog +++ b/dev-libs/cgilib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/cgilib -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgilib/ChangeLog,v 1.22 2006/02/08 22:21:09 tove Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgilib/ChangeLog,v 1.23 2007/01/27 11:11:49 eroyf Exp $ + + 27 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> cgilib-0.5.ebuild: + Stable on MIPS. 07 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> -cgilib-0.5-r1.ebuild: Removing 0.5-r1: test is broken. Nothing depends on it. diff --git a/dev-libs/cgilib/cgilib-0.5.ebuild b/dev-libs/cgilib/cgilib-0.5.ebuild index b16237f1db8a..9e48d5319006 100644 --- a/dev-libs/cgilib/cgilib-0.5.ebuild +++ b/dev-libs/cgilib/cgilib-0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgilib/cgilib-0.5.ebuild,v 1.17 2006/10/10 13:29:34 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/cgilib/cgilib-0.5.ebuild,v 1.18 2007/01/27 11:11:49 eroyf Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.infodrom.org/projects/${PN}/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" src_unpack() { |