diff options
author | Peter Weller <welp@gentoo.org> | 2007-04-11 20:06:55 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2007-04-11 20:06:55 +0000 |
commit | 998e7b226859770303bd7e7706e736c490f1a84d (patch) | |
tree | 3f67a6e86a613efd35b9ac40256504ef0423e6d9 /dev-libs/libpthread-stubs | |
parent | tweaks for welp to test (diff) | |
download | gentoo-2-998e7b226859770303bd7e7706e736c490f1a84d.tar.gz gentoo-2-998e7b226859770303bd7e7706e736c490f1a84d.tar.bz2 gentoo-2-998e7b226859770303bd7e7706e736c490f1a84d.zip |
Stable on amd64
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-libs/libpthread-stubs')
-rw-r--r-- | dev-libs/libpthread-stubs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libpthread-stubs/ChangeLog b/dev-libs/libpthread-stubs/ChangeLog index 5213246c327e..56272f1eaeb6 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.4 2007/03/22 17:56:26 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.5 2007/04/11 20:06:55 welp Exp $ + + 11 Apr 2007; Peter Weller <welp@gentoo.org> libpthread-stubs-0.1.ebuild: + Stable on amd64 22 Mar 2007; Gustavo Zacarias <gustavoz@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 6b63822bc21c..3da7780918fd 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.4 2007/04/01 08:07:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild,v 1.5 2007/04/11 20:06:55 welp 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="" |