diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-03-02 20:30:54 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-03-02 20:30:54 +0000 |
commit | 212b4db2a6d39f6f4b6af5e202d4ce4137280e96 (patch) | |
tree | e541788cd882a3607342d0ae5878a6bfe5a168af /x11-misc/pypanel/pypanel-2.4.ebuild | |
parent | Give --host to ./configure. (diff) | |
download | gentoo-2-212b4db2a6d39f6f4b6af5e202d4ce4137280e96.tar.gz gentoo-2-212b4db2a6d39f6f4b6af5e202d4ce4137280e96.tar.bz2 gentoo-2-212b4db2a6d39f6f4b6af5e202d4ce4137280e96.zip |
Kill virtual/x11. Remove trailing emptyline.
(Portage version: 2.1.2-r13)
Diffstat (limited to 'x11-misc/pypanel/pypanel-2.4.ebuild')
-rw-r--r-- | x11-misc/pypanel/pypanel-2.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild index 7fcac51e2a58..0bbf8b5875db 100644 --- a/x11-misc/pypanel/pypanel-2.4.ebuild +++ b/x11-misc/pypanel/pypanel-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 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.5 2006/02/07 08:57:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.6 2007/03/02 20:30:54 drac Exp $ inherit distutils eutils @@ -16,11 +16,10 @@ SLOT="0" KEYWORDS="alpha ~amd64 ppc x86" IUSE="" -DEPEND="|| ( x11-libs/libXft virtual/x11 ) +DEPEND="x11-libs/libXft >=dev-lang/python-2.2.3-r1 >=dev-python/python-xlib-0.12 >=sys-apps/sed-4 >=media-libs/imlib2-1.1" S="${WORKDIR}/${MY_P}" - |