summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-17 18:28:53 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-17 18:28:53 +0000
commit70ae3d82d2f516a83a26c31fbab7127f7e1119e7 (patch)
tree3b74e5a974edae8984e1f13758e67a5a1b7ca695 /dev-python
parentchange error message (bug 206386) (diff)
downloadgentoo-2-70ae3d82d2f516a83a26c31fbab7127f7e1119e7.tar.gz
gentoo-2-70ae3d82d2f516a83a26c31fbab7127f7e1119e7.tar.bz2
gentoo-2-70ae3d82d2f516a83a26c31fbab7127f7e1119e7.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cjkcodecs/ChangeLog7
-rw-r--r--dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/cjkcodecs/ChangeLog b/dev-python/cjkcodecs/ChangeLog
index 4ce9a177aff2..20fd71c258df 100644
--- a/dev-python/cjkcodecs/ChangeLog
+++ b/dev-python/cjkcodecs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cjkcodecs
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/ChangeLog,v 1.19 2007/02/21 16:43:55 lucass Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/ChangeLog,v 1.20 2008/01/17 18:28:53 grobian Exp $
+
+ 17 Jan 2008; Fabian Groffen <grobian@gentoo.org> cjkcodecs-1.1.1.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
21 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org>
files/digest-cjkcodecs-1.1.1, Manifest:
diff --git a/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild b/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild
index 87fa0d444240..81c01e599ff6 100644
--- a/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild
+++ b/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild,v 1.11 2005/10/02 14:06:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cjkcodecs/cjkcodecs-1.1.1.ebuild,v 1.12 2008/01/17 18:28:53 grobian Exp $
inherit distutils
@@ -10,7 +10,7 @@ SRC_URI="http://download.berlios.de/cjkpython/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ~ppc-macos ppc64 x86"
+KEYWORDS="alpha ~amd64 ~hppa ia64 ppc ppc64 x86"
IUSE=""
DEPEND=">=dev-lang/python-2.1"