diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-28 18:54:04 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-12-28 18:54:04 +0000 |
commit | 59fe5c3a639d0b73e2e3f88f4f7d05a8df7eeedb (patch) | |
tree | baae98e1288ad12623542afab36ae63f36bf8009 /x11-misc/pypanel | |
parent | Remove unused local var (diff) | |
download | historical-59fe5c3a639d0b73e2e3f88f4f7d05a8df7eeedb.tar.gz historical-59fe5c3a639d0b73e2e3f88f4f7d05a8df7eeedb.tar.bz2 historical-59fe5c3a639d0b73e2e3f88f4f7d05a8df7eeedb.zip |
Stable on x86.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r-- | x11-misc/pypanel/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog index 86a56abd2b38..fc7611804030 100644 --- a/x11-misc/pypanel/ChangeLog +++ b/x11-misc/pypanel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/pypanel # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.28 2005/12/28 17:52:02 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.29 2005/12/28 18:54:04 nelchael Exp $ + + 28 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> pypanel-2.4.ebuild: + Stable on x86. 28 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> pypanel-2.4.ebuild: Fixed DEPEND for modular X. See bug #115991. diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild index d2a62b054fc5..2c2dd972e096 100644 --- a/x11-misc/pypanel/pypanel-2.4.ebuild +++ b/x11-misc/pypanel/pypanel-2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.2 2005/12/28 17:52:02 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.3 2005/12/28 18:54:04 nelchael Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc x86" IUSE="" DEPEND="|| ( x11-libs/libXft virtual/x11 ) |