diff options
author | Markus Meier <maekke@gentoo.org> | 2011-06-26 20:27:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-06-26 20:27:10 +0000 |
commit | ae04ccb13647b2072000e69e642d51ab6fa8bc17 (patch) | |
tree | 339dda3c39eb1745320cbf146f614729dfa399af /dev-libs/libpthread-stubs | |
parent | inhibit the ocaml version check so that it builds with 3.12.1rc1 (diff) | |
download | gentoo-2-ae04ccb13647b2072000e69e642d51ab6fa8bc17.tar.gz gentoo-2-ae04ccb13647b2072000e69e642d51ab6fa8bc17.tar.bz2 gentoo-2-ae04ccb13647b2072000e69e642d51ab6fa8bc17.zip |
arm stable, bug #371857
(Portage version: 2.1.10.3/cvs/Linux i686)
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.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libpthread-stubs/ChangeLog b/dev-libs/libpthread-stubs/ChangeLog index e8afbda684a2..81fb21365d5c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.18 2011/06/23 07:50:05 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.19 2011/06/26 20:27:10 maekke Exp $ + + 26 Jun 2011; Markus Meier <maekke@gentoo.org> libpthread-stubs-0.3.ebuild: + arm stable, bug #371857 23 Jun 2011; Markos Chandras <hwoarang@gentoo.org> libpthread-stubs-0.3.ebuild: diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild index 02f4010f31a6..2ce164b3576a 100644 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild +++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.3.ebuild,v 1.3 2011/06/23 07:50:05 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild,v 1.4 2011/06/26 20:27:10 maekke Exp $ EAPI=4 inherit xorg-2 @@ -8,7 +8,7 @@ inherit xorg-2 DESCRIPTION="Pthread functions stubs for platforms missing them" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |