diff options
author | 2011-07-29 10:24:59 +0000 | |
---|---|---|
committer | 2011-07-29 10:24:59 +0000 | |
commit | e7b56ef3a02e99e20896716f6f168097c5de26e1 (patch) | |
tree | 5baff48c623a71bdd2384e1679c8b27b1916c0eb /dev-libs/libpthread-stubs | |
parent | ppc64 stable wrt #371857 (diff) | |
download | gentoo-2-e7b56ef3a02e99e20896716f6f168097c5de26e1.tar.gz gentoo-2-e7b56ef3a02e99e20896716f6f168097c5de26e1.tar.bz2 gentoo-2-e7b56ef3a02e99e20896716f6f168097c5de26e1.zip |
ppc64 stable wrt #371857
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libpthread-stubs')
-rw-r--r-- | dev-libs/libpthread-stubs/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libpthread-stubs/ChangeLog b/dev-libs/libpthread-stubs/ChangeLog index 8aadddb9377d..5fb83997e704 100644 --- a/dev-libs/libpthread-stubs/ChangeLog +++ b/dev-libs/libpthread-stubs/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2011/07/13 19:45:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.22 2011/07/29 10:24:59 xarthisius Exp $ + + 29 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + libpthread-stubs-0.3.ebuild: + ppc64 stable wrt #371857 13 Jul 2011; Markus Meier <maekke@gentoo.org> libpthread-stubs-0.3.ebuild: x86 stable, bug #371857 diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild index 9a6509657060..218ee11f36ed 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.6 2011/07/13 19:45:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild,v 1.7 2011/07/29 10:24:59 xarthisius 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="" |