diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-26 15:26:58 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-04-26 15:26:58 +0000 |
commit | 4022768dbd732900e905651306aeeb1899053fce (patch) | |
tree | b27e6b237d42be187831a2e13cbcd80fa7990e9f /dev-libs/zthread/zthread-2.3.2-r1.ebuild | |
parent | Fixed installation of ChangeLog file (Bug #316497), fixed dependencies, added... (diff) | |
download | gentoo-2-4022768dbd732900e905651306aeeb1899053fce.tar.gz gentoo-2-4022768dbd732900e905651306aeeb1899053fce.tar.bz2 gentoo-2-4022768dbd732900e905651306aeeb1899053fce.zip |
x86 stable wrt bug #315639
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'dev-libs/zthread/zthread-2.3.2-r1.ebuild')
-rw-r--r-- | dev-libs/zthread/zthread-2.3.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/zthread/zthread-2.3.2-r1.ebuild b/dev-libs/zthread/zthread-2.3.2-r1.ebuild index aa15169d08ea..18f368f6d59e 100644 --- a/dev-libs/zthread/zthread-2.3.2-r1.ebuild +++ b/dev-libs/zthread/zthread-2.3.2-r1.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/zthread/zthread-2.3.2-r1.ebuild,v 1.3 2010/04/16 17:52:57 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/zthread/zthread-2.3.2-r1.ebuild,v 1.4 2010/04/26 15:26:58 phajdan.jr Exp $ EAPI=2 inherit eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/zthread/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc x86" IUSE="debug doc kernel_linux static-libs" DEPEND="doc? ( app-doc/doxygen )" |