summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-09-26 16:58:44 +0000
committerMart Raudsepp <leio@gentoo.org>2010-09-26 16:58:44 +0000
commit4fc78a77c5e6423f1cad615a1f3047ae416fd17a (patch)
tree76c1466cbab0d69c5a4ef4425ac2259b095b8229 /dev-libs/iniparser
parentStable on alpha, bug #325215 (diff)
downloadgentoo-2-4fc78a77c5e6423f1cad615a1f3047ae416fd17a.tar.gz
gentoo-2-4fc78a77c5e6423f1cad615a1f3047ae416fd17a.tar.bz2
gentoo-2-4fc78a77c5e6423f1cad615a1f3047ae416fd17a.zip
Add ~mips
(Portage version: 2.1.9.10/cvs/Linux mips64)
Diffstat (limited to 'dev-libs/iniparser')
-rw-r--r--dev-libs/iniparser/ChangeLog5
-rw-r--r--dev-libs/iniparser/iniparser-3.0b-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/iniparser/ChangeLog b/dev-libs/iniparser/ChangeLog
index 7f1704378769..e58b693a78e3 100644
--- a/dev-libs/iniparser/ChangeLog
+++ b/dev-libs/iniparser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/iniparser
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.18 2010/04/11 08:24:19 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/ChangeLog,v 1.19 2010/09/26 16:58:44 leio Exp $
+
+ 26 Sep 2010; Mart Raudsepp <leio@gentoo.org> iniparser-3.0b-r2.ebuild:
+ Add ~mips
11 Apr 2010; Tiziano Müller <dev-zero@gentoo.org>
iniparser-3.0b-r2.ebuild:
diff --git a/dev-libs/iniparser/iniparser-3.0b-r2.ebuild b/dev-libs/iniparser/iniparser-3.0b-r2.ebuild
index 17a8dbe06bcc..9960cb074f22 100644
--- a/dev-libs/iniparser/iniparser-3.0b-r2.ebuild
+++ b/dev-libs/iniparser/iniparser-3.0b-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b-r2.ebuild,v 1.3 2010/04/11 08:24:19 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/iniparser/iniparser-3.0b-r2.ebuild,v 1.4 2010/09/26 16:58:44 leio Exp $
EAPI="2"
@@ -13,7 +13,7 @@ HOMEPAGE="http://ndevilla.free.fr/iniparser/"
SRC_URI="http://ndevilla.free.fr/iniparser/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="examples static-libs"
DEPEND=""