diff options
Diffstat (limited to 'x11-misc/fbdesk/fbdesk-1.2.1.ebuild')
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.2.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild index c8d0a9780793..54e3e5220468 100644 --- a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild +++ b/x11-misc/fbdesk/fbdesk-1.2.1.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/fbdesk/fbdesk-1.2.1.ebuild,v 1.8 2006/10/22 01:09:50 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.9 2007/07/22 04:05:18 dberkholz Exp $ inherit eutils @@ -14,9 +14,10 @@ KEYWORDS="x86 ppc ~sparc ia64 ~amd64" IUSE="debug png" RDEPEND="png? ( media-libs/libpng ) - || ( ( x11-libs/libXpm x11-libs/libXft ) virtual/x11 )" + x11-libs/libXpm + x11-libs/libXft" DEPEND="${RDEPEND} - || ( ( x11-proto/xextproto ) virtual/x11 )" + x11-proto/xextproto" src_unpack() { unpack ${A} |