summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/pypanel/ChangeLog5
-rw-r--r--x11-misc/pypanel/pypanel-1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog
index 94b863205e49..4634fb368ada 100644
--- a/x11-misc/pypanel/ChangeLog
+++ b/x11-misc/pypanel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pypanel
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.14 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.15 2004/09/29 07:59:55 pyrania Exp $
+
+ 29 Sep 2004; <pyrania@gentoo.org> pypanel-1.3.ebuild:
+ Stable on x86.
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> pypanel-0.9.ebuild,
pypanel-1.3.ebuild:
diff --git a/x11-misc/pypanel/pypanel-1.3.ebuild b/x11-misc/pypanel/pypanel-1.3.ebuild
index 86824bbaa6d2..3cddb84d6184 100644
--- a/x11-misc/pypanel/pypanel-1.3.ebuild
+++ b/x11-misc/pypanel/pypanel-1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.3.ebuild,v 1.3 2004/09/02 22:49:41 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-1.3.ebuild,v 1.4 2004/09/29 07:59:55 pyrania Exp $
inherit distutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://pypanel.sourceforge.net"
SRC_URI="mirror://sourceforge/pypanel/PyPanel-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ppc ~alpha"
+KEYWORDS="x86 ppc ~alpha"
IUSE=""
DEPEND="virtual/x11
>=dev-lang/python-2.2.3-r1