diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-24 18:37:14 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-24 18:37:14 +0000 |
commit | ef19006d22ca7f62378e02084148caf0e50ca934 (patch) | |
tree | 08d316e6635568c2255d3272a10fbbd597bf4cbf /dev-libs/stfl | |
parent | stable x86, bug 317439 (diff) | |
download | gentoo-2-ef19006d22ca7f62378e02084148caf0e50ca934.tar.gz gentoo-2-ef19006d22ca7f62378e02084148caf0e50ca934.tar.bz2 gentoo-2-ef19006d22ca7f62378e02084148caf0e50ca934.zip |
Stable on amd64 wrt bug #318317
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/stfl')
-rw-r--r-- | dev-libs/stfl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/stfl/stfl-0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/stfl/ChangeLog b/dev-libs/stfl/ChangeLog index fcabbfb6910f..c1f8dda606cb 100644 --- a/dev-libs/stfl/ChangeLog +++ b/dev-libs/stfl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/stfl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.28 2010/06/15 16:58:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.29 2010/06/24 18:37:14 angelos Exp $ + + 24 Jun 2010; Christoph Mende <angelos@gentoo.org> stfl-0.21.ebuild: + Stable on amd64 wrt bug #318317 15 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> stfl-0.21.ebuild: diff --git a/dev-libs/stfl/stfl-0.21.ebuild b/dev-libs/stfl/stfl-0.21.ebuild index f7b2b58f88cd..52e87fee88c4 100644 --- a/dev-libs/stfl/stfl-0.21.ebuild +++ b/dev-libs/stfl/stfl-0.21.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/stfl/stfl-0.21.ebuild,v 1.4 2010/06/15 16:58:00 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.21.ebuild,v 1.5 2010/06/24 18:37:14 angelos Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" IUSE="examples perl python ruby" |