diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-09-27 01:48:10 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-09-27 01:48:10 +0000 |
commit | 1b951d362a08bc1be612a96698e59eb847da212d (patch) | |
tree | e75411eeca54ab3e325dcd919eee632a5c59394b /dev-libs/pth/pth-2.0.7.ebuild | |
parent | Fix python_mod_optimize to use get_libdir instead of hardcoding to /usr/lib. ... (diff) | |
download | gentoo-2-1b951d362a08bc1be612a96698e59eb847da212d.tar.gz gentoo-2-1b951d362a08bc1be612a96698e59eb847da212d.tar.bz2 gentoo-2-1b951d362a08bc1be612a96698e59eb847da212d.zip |
Stable for HPPA (bug #193894).
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-libs/pth/pth-2.0.7.ebuild')
-rw-r--r-- | dev-libs/pth/pth-2.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/pth/pth-2.0.7.ebuild b/dev-libs/pth/pth-2.0.7.ebuild index 92f8eb58f04a..bf04832f2757 100644 --- a/dev-libs/pth/pth-2.0.7.ebuild +++ b/dev-libs/pth/pth-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7.ebuild,v 1.8 2007/08/25 22:39:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7.ebuild,v 1.9 2007/09/27 01:48:10 jer Exp $ inherit eutils fixheadtails libtool @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="" |