diff options
-rw-r--r-- | dev-libs/stfl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/stfl/stfl-0.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/stfl/ChangeLog b/dev-libs/stfl/ChangeLog index 7d687cac2eda..1d7db36cc687 100644 --- a/dev-libs/stfl/ChangeLog +++ b/dev-libs/stfl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/stfl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.19 2008/09/06 12:41:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/ChangeLog,v 1.20 2008/09/23 07:40:48 corsair Exp $ + + 23 Sep 2008; Markus Rothe <corsair@gentoo.org> stfl-0.19.ebuild: + Added ~ppc 06 Sep 2008; Markus Meier <maekke@gentoo.org> stfl-0.19.ebuild: x86 stable, bug #236506 diff --git a/dev-libs/stfl/stfl-0.19.ebuild b/dev-libs/stfl/stfl-0.19.ebuild index e782c6d9f0e2..da5cefd2f242 100644 --- a/dev-libs/stfl/stfl-0.19.ebuild +++ b/dev-libs/stfl/stfl-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.19.ebuild,v 1.2 2008/09/06 12:41:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/stfl/stfl-0.19.ebuild,v 1.3 2008/09/23 07:40:48 corsair Exp $ inherit perl-module toolchain-funcs eutils multilib @@ -10,7 +10,7 @@ SRC_URI="http://www.clifford.at/${PN}/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="examples perl python ruby" |