diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2006-06-01 14:25:54 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2006-06-01 14:25:54 +0000 |
commit | 74a2b0822176f2e080a21930bdc01b53609dcc76 (patch) | |
tree | 50ee5cab706f609166c5161404d64cd60edeb3ae /app-text | |
parent | fix the man page and stuff, so it all installs like switch2 anyway. should fi... (diff) | |
download | gentoo-2-74a2b0822176f2e080a21930bdc01b53609dcc76.tar.gz gentoo-2-74a2b0822176f2e080a21930bdc01b53609dcc76.tar.bz2 gentoo-2-74a2b0822176f2e080a21930bdc01b53609dcc76.zip |
stabling on amd64
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/diction/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/diction/diction-1.07.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/diction/ChangeLog b/app-text/diction/ChangeLog index 440fbde38ea6..8bc8d1e0df3a 100644 --- a/app-text/diction/ChangeLog +++ b/app-text/diction/ChangeLog @@ -1,6 +1,9 @@ # 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.11 2006/06/01 13:33:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/ChangeLog,v 1.12 2006/06/01 14:25:54 seemant Exp $ + + 01 Jun 2006; Seemant Kulleen <seemant@gentoo.org> diction-1.07.ebuild: + stabling on amd64 01 Jun 2006; Seemant Kulleen <seemant@gentoo.org> diction-1.02.ebuild, diction-1.07.ebuild: diff --git a/app-text/diction/diction-1.07.ebuild b/app-text/diction/diction-1.07.ebuild index b8da3e8fee8d..94803eee0080 100644 --- a/app-text/diction/diction-1.07.ebuild +++ b/app-text/diction/diction-1.07.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.07.ebuild,v 1.4 2006/06/01 13:33:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/diction/diction-1.07.ebuild,v 1.5 2006/06/01 14:25:54 seemant Exp $ DESCRIPTION="Diction and style checkers for english and german texts" HOMEPAGE="http://www.gnu.org/software/diction/diction.html" @@ -8,7 +8,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="" DEPEND="sys-devel/gettext" |