diff options
author | Markus Duft <mduft@gentoo.org> | 2010-11-16 09:24:06 +0000 |
---|---|---|
committer | Markus Duft <mduft@gentoo.org> | 2010-11-16 09:24:06 +0000 |
commit | 4fe93ecb9537de1148269bb62eebb1a71c7881fc (patch) | |
tree | d58a725d243a95bc651ad6ad460ab35a9ecb4753 /dev-libs | |
parent | Remove mask for dev-tex/mpm, is gone from the tree (diff) | |
download | gentoo-2-4fe93ecb9537de1148269bb62eebb1a71c7881fc.tar.gz gentoo-2-4fe93ecb9537de1148269bb62eebb1a71c7881fc.tar.bz2 gentoo-2-4fe93ecb9537de1148269bb62eebb1a71c7881fc.zip |
migrate to xorg-2 eclass
(Portage version: 2.2.01.17086-prefix/cvs/Interix x86)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libpthread-stubs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libpthread-stubs/ChangeLog b/dev-libs/libpthread-stubs/ChangeLog index 07918bf092fb..ec2d819ee441 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.13 2010/06/14 17:11:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/ChangeLog,v 1.14 2010/11/16 09:24:06 mduft Exp $ + + 16 Nov 2010; Markus Duft <mduft@gentoo.org> libpthread-stubs-0.1.ebuild: + migrate to xorg-2 eclass 14 Jun 2010; Fabian Groffen <grobian@gentoo.org> libpthread-stubs-0.1.ebuild: diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild index 32a20b504c65..618f0c96859a 100644 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild +++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild @@ -1,11 +1,12 @@ # 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.13 2010/06/14 17:11:01 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpthread-stubs/libpthread-stubs-0.1.ebuild,v 1.14 2010/11/16 09:24:06 mduft Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" -inherit x-modular +EAPI=3 +inherit xorg-2 DESCRIPTION="Pthread functions stubs for platforms missing them" SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" |