summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2007-06-24 05:37:08 +0000
committerJoshua Kinard <kumba@gentoo.org>2007-06-24 05:37:08 +0000
commit9f0069ba94696f6e732383c6613c8d23f1a45cc3 (patch)
treebc48b6ac8bea4f4e7eefac40b1d83ed16db0556c /dev-libs/libpthread-stubs
parentStable on mips, per #175465. (diff)
downloadgentoo-2-9f0069ba94696f6e732383c6613c8d23f1a45cc3.tar.gz
gentoo-2-9f0069ba94696f6e732383c6613c8d23f1a45cc3.tar.bz2
gentoo-2-9f0069ba94696f6e732383c6613c8d23f1a45cc3.zip
Stable on mips.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-libs/libpthread-stubs')
-rw-r--r--dev-libs/libpthread-stubs/ChangeLog5
-rw-r--r--dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libpthread-stubs/ChangeLog b/dev-libs/libpthread-stubs/ChangeLog
index 13d2f0486bf0..1195f9b20f29 100644
--- a/dev-libs/libpthread-stubs/ChangeLog
+++ b/dev-libs/libpthread-stubs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libpthread-stubs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.9 2007/04/18 10:44:48 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.10 2007/06/24 05:37:08 kumba Exp $
+
+ 24 Jun 2007; Joshua Kinard <kumba@gentoo.org> libpthread-stubs-0.1.ebuild:
+ Stable on mips.
18 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org>
libpthread-stubs-0.1.ebuild:
diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
index 8e041975a9d2..dac1e0481d0e 100644
--- a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
+++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild,v 1.9 2007/04/18 10:44:48 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild,v 1.10 2007/06/24 05:37:08 kumba Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
@@ -10,7 +10,7 @@ inherit x-modular
DESCRIPTION="Pthread functions stubs for platforms missing them"
SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
LICENSE="X11"
RDEPEND=""