summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2010-09-27 16:30:24 +0000
committerMart Raudsepp <leio@gentoo.org>2010-09-27 16:30:24 +0000
commitd40779d863d1ff03dcd6e9d27f032c221d7a4848 (patch)
tree74e6380beac08908187efe135583d0f3b4df9ce0 /sys-libs/tdb
parentRemove old ebuilds (diff)
downloadhistorical-d40779d863d1ff03dcd6e9d27f032c221d7a4848.tar.gz
historical-d40779d863d1ff03dcd6e9d27f032c221d7a4848.tar.bz2
historical-d40779d863d1ff03dcd6e9d27f032c221d7a4848.zip
Marked ~mips for bug #285952
Package-Manager: portage-2.1.9.11/cvs/Linux mips64
Diffstat (limited to 'sys-libs/tdb')
-rw-r--r--sys-libs/tdb/ChangeLog5
-rw-r--r--sys-libs/tdb/tdb-1.2.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tdb/ChangeLog b/sys-libs/tdb/ChangeLog
index 510d8e08753b..af748333200a 100644
--- a/sys-libs/tdb/ChangeLog
+++ b/sys-libs/tdb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/tdb
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.22 2010/08/18 16:57:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.23 2010/09/27 16:26:05 leio Exp $
+
+ 27 Sep 2010; Mart Raudsepp <leio@gentoo.org> tdb-1.2.1-r1.ebuild:
+ Marked ~mips for bug #285952
18 Aug 2010; Patrick Lauer <patrick@gentoo.org> tdb-1.2.1-r1.ebuild:
Fixing manpage installation with USE -tools, fixes #333033
diff --git a/sys-libs/tdb/tdb-1.2.1-r1.ebuild b/sys-libs/tdb/tdb-1.2.1-r1.ebuild
index 19599f12a236..fcc0876b9100 100644
--- a/sys-libs/tdb/tdb-1.2.1-r1.ebuild
+++ b/sys-libs/tdb/tdb-1.2.1-r1.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/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.2 2010/08/18 16:57:34 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.2.1-r1.ebuild,v 1.3 2010/09/27 16:26:05 leio Exp $
EAPI="2"
@@ -11,7 +11,7 @@ HOMEPAGE="http://tdb.samba.org/"
SRC_URI="http://samba.org/ftp/tdb/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="python static-libs tools tdbtest"
RDEPEND=""