diff options
author | Brent Baude <ranger@gentoo.org> | 2011-06-28 21:18:40 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-06-28 21:18:40 +0000 |
commit | 20369ad238b4c79f66730ebf41be0313c549d6cf (patch) | |
tree | 25da44ebfad7f004602197f42a847b56d69b3226 /dev-libs/libpthread-stubs | |
parent | Set -kb sticky for now, till I have time to find a place for the selfSignedCe... (diff) | |
download | gentoo-2-20369ad238b4c79f66730ebf41be0313c549d6cf.tar.gz gentoo-2-20369ad238b4c79f66730ebf41be0313c549d6cf.tar.bz2 gentoo-2-20369ad238b4c79f66730ebf41be0313c549d6cf.zip |
Marking libpthread-stubs-0.3 ppc for bug 371857
(Portage version: 2.1.9.42/cvs/Linux ppc64)
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 81fb21365d5c..3ff8a4b14585 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.19 2011/06/26 20:27:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.20 2011/06/28 21:18:40 ranger Exp $ + + 28 Jun 2011; Brent Baude <ranger@gentoo.org> libpthread-stubs-0.3.ebuild: + Marking libpthread-stubs-0.3 ppc stable for bug 371857 26 Jun 2011; Markus Meier <maekke@gentoo.org> libpthread-stubs-0.3.ebuild: arm 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 2ce164b3576a..8b4b8e253037 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.4 2011/06/26 20:27:10 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild,v 1.5 2011/06/28 21:18:40 ranger 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="" |