diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:36:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-02-11 15:36:25 +0000 |
commit | 4fe808fa4b79227904250fe9ddcb8c1db711419e (patch) | |
tree | 28b4d96a3b540814d1a8308c15807a48093c9a2e /dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild | |
parent | Fix LICENSE, bug 298556. (diff) | |
download | gentoo-2-4fe808fa4b79227904250fe9ddcb8c1db711419e.tar.gz gentoo-2-4fe808fa4b79227904250fe9ddcb8c1db711419e.tar.bz2 gentoo-2-4fe808fa4b79227904250fe9ddcb8c1db711419e.zip |
Fix LICENSE, bug 298556.
(Portage version: 2.2_rc62/cvs/Linux i686)
Diffstat (limited to 'dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild')
-rw-r--r-- | dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild index 3dab7d100ab8..15e3369352de 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-2010 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.11 2010/01/14 21:38:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild,v 1.12 2010/02/11 15:36:25 ulm Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,7 +11,7 @@ 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 ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -LICENSE="X11" +IUSE="" RDEPEND="" DEPEND="" |