summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-05-16 15:36:40 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-05-16 15:36:40 +0000
commit80166ca4235e1ccae20fff046d56fb7a0304606e (patch)
tree8ad2731124bb853420d4ab15bb6b26181a756751 /dev-libs
parentVersion bump, bug #367237 (diff)
downloadgentoo-2-80166ca4235e1ccae20fff046d56fb7a0304606e.tar.gz
gentoo-2-80166ca4235e1ccae20fff046d56fb7a0304606e.tar.bz2
gentoo-2-80166ca4235e1ccae20fff046d56fb7a0304606e.zip
Drop m68k keyword.
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libpthread-stubs/ChangeLog6
-rw-r--r--dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libpthread-stubs/ChangeLog b/dev-libs/libpthread-stubs/ChangeLog
index 9e5111d5cf8a..0f458bb9def9 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.16 2011/04/18 13:39:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.17 2011/05/16 15:36:40 scarabeus Exp $
+
+ 16 May 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ libpthread-stubs-0.3.ebuild:
+ Drop m68k keyword.
*libpthread-stubs-0.3 (18 Apr 2011)
diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild
index aa19d4b5decf..45549b672839 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.1 2011/04/18 13:39:49 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.3.ebuild,v 1.2 2011/05/16 15:36:40 scarabeus 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 ~m68k ~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=""