diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-12 15:08:36 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-07-12 15:08:36 +0000 |
commit | a4ad9ebcdd5b9e4dd2c2d4dbcb37451558ed95c3 (patch) | |
tree | 15f49930f4821a4c635ef434045d9fa393f09131 | |
parent | Convert module name to a regular expression, to match autoload/blacklist entr... (diff) | |
download | gentoo-2-a4ad9ebcdd5b9e4dd2c2d4dbcb37451558ed95c3.tar.gz gentoo-2-a4ad9ebcdd5b9e4dd2c2d4dbcb37451558ed95c3.tar.bz2 gentoo-2-a4ad9ebcdd5b9e4dd2c2d4dbcb37451558ed95c3.zip |
Stable on sparc
(Portage version: 2.1.2.9)
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index dcefb4c44497..8b1601ef6382 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.50 2007/07/03 13:52:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.51 2007/07/12 15:08:36 gustavoz Exp $ + + 12 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> pth-2.0.7.ebuild: + Stable on sparc 03 Jul 2007; Raúl Porcel <armin76@gentoo.org> pth-2.0.7.ebuild: alpha/ia64/x86 stable diff --git a/dev-libs/pth/pth-2.0.7.ebuild b/dev-libs/pth/pth-2.0.7.ebuild index fbe7c8efb8f3..7c759a89d46b 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.3 2007/07/03 13:52:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.7.ebuild,v 1.4 2007/07/12 15:08:36 gustavoz 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="" |