diff options
author | Tom Gall <tgall@gentoo.org> | 2009-09-15 04:57:59 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2009-09-15 04:57:59 +0000 |
commit | 19cda517feebfa8cb8251d66f02c2c71c5e75846 (patch) | |
tree | 043042baa648d686d12d527a49cbfaa161fe643b /app-text/libspectre/libspectre-0.2.2.ebuild | |
parent | Fix libtool dependency (closing bug #284847, thanks to Kacper Kowalik <xarthi... (diff) | |
download | gentoo-2-19cda517feebfa8cb8251d66f02c2c71c5e75846.tar.gz gentoo-2-19cda517feebfa8cb8251d66f02c2c71c5e75846.tar.bz2 gentoo-2-19cda517feebfa8cb8251d66f02c2c71c5e75846.zip |
stable on ppc64, bug #256176
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'app-text/libspectre/libspectre-0.2.2.ebuild')
-rw-r--r-- | app-text/libspectre/libspectre-0.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/libspectre/libspectre-0.2.2.ebuild b/app-text/libspectre/libspectre-0.2.2.ebuild index 7e838193b491..0a2ed1b91f1e 100644 --- a/app-text/libspectre/libspectre-0.2.2.ebuild +++ b/app-text/libspectre/libspectre-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/libspectre-0.2.2.ebuild,v 1.7 2009/09/15 01:38:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libspectre/libspectre-0.2.2.ebuild,v 1.8 2009/09/15 04:57:59 tgall Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="http://libspectre.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="debug doc test" |