2015-04-26 00:20:13 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2014-10-11 13:02:16 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2015-08-11 00:17:55 +03:00
|
|
|
# $Id$
|
2014-10-11 13:02:16 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
inherit autotools-utils
|
|
|
|
|
|
|
|
DESCRIPTION="New GNU Portable Threads Library"
|
|
|
|
HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179"
|
|
|
|
SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
|
|
|
|
|
|
|
|
LICENSE="GPL-3"
|
|
|
|
SLOT="0"
|
2015-10-19 00:06:47 +03:00
|
|
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
|
2014-10-11 13:02:16 +04:00
|
|
|
IUSE="static-libs"
|