summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2006-07-29 20:14:16 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2006-07-29 20:14:16 +0000
commitab068f862a6c25a1c5f293f0174fd110fc7ad4d9 (patch)
treee671e85db5d20bc67504becacdbc8b7bd3f92d4c /app-text/diction
parentApply patch to fix NULL pointer dereference when using dmix settings in asoun... (diff)
downloadgentoo-2-ab068f862a6c25a1c5f293f0174fd110fc7ad4d9.tar.gz
gentoo-2-ab068f862a6c25a1c5f293f0174fd110fc7ad4d9.tar.bz2
gentoo-2-ab068f862a6c25a1c5f293f0174fd110fc7ad4d9.zip
ppc stable, bug #142060
(Portage version: 2.1.1_pre3-r5)
Diffstat (limited to 'app-text/diction')
-rw-r--r--app-text/diction/ChangeLog6
-rw-r--r--app-text/diction/diction-1.09-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/diction/ChangeLog b/app-text/diction/ChangeLog
index c59ad42f9fb8..e24d59a12ba0 100644
--- a/app-text/diction/ChangeLog
+++ b/app-text/diction/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/diction
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.21 2006/07/29 16:10:05 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.22 2006/07/29 20:14:16 dertobi123 Exp $
+
+ 29 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
+ diction-1.09-r1.ebuild:
+ ppc stable, bug #142060
29 Jul 2006; Daniel Gryniewicz <dang@gentoo.org> diction-1.09-r1.ebuild:
Marked stable on amd64 for bug #142060
diff --git a/app-text/diction/diction-1.09-r1.ebuild b/app-text/diction/diction-1.09-r1.ebuild
index 16d382ddc3d2..6e3340dea153 100644
--- a/app-text/diction/diction-1.09-r1.ebuild
+++ b/app-text/diction/diction-1.09-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.09-r1.ebuild,v 1.3 2006/07/29 16:10:05 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.09-r1.ebuild,v 1.4 2006/07/29 20:14:16 dertobi123 Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.moria.de/~michael/diction/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc ppc-macos ~sparc ~x86"
+KEYWORDS="amd64 ~mips ppc ppc-macos ~sparc ~x86"
IUSE="unicode"
DEPEND="sys-devel/gettext"