diff options
author | 2004-09-29 07:59:55 +0000 | |
---|---|---|
committer | 2004-09-29 07:59:55 +0000 | |
commit | 016b02bc836fefe963d9d06ab0fe22cb676f05e7 (patch) | |
tree | 1a815adabb23ee8da9a3192ac26b2fb3dc431c2b /x11-misc | |
parent | Use font.eclass. This closes bug #44840. (Manifest recommit) (diff) | |
download | gentoo-2-016b02bc836fefe963d9d06ab0fe22cb676f05e7.tar.gz gentoo-2-016b02bc836fefe963d9d06ab0fe22cb676f05e7.tar.bz2 gentoo-2-016b02bc836fefe963d9d06ab0fe22cb676f05e7.zip |
Stable on x86.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-1.3.ebuild | 4 |
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 |