From bd8628de4185ee8c0478b0b937a3252fe344fa13 Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Sat, 21 Jan 2006 12:49:43 +0000 Subject: Fixed DEPEND for modular X. (Portage version: 2.1_pre3-r1) --- x11-misc/obpager/ChangeLog | 7 +++++-- x11-misc/obpager/obpager-1.8.ebuild | 14 +++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'x11-misc/obpager') diff --git a/x11-misc/obpager/ChangeLog b/x11-misc/obpager/ChangeLog index 4a112fa08ca6..7712a0e9e4dd 100644 --- a/x11-misc/obpager/ChangeLog +++ b/x11-misc/obpager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/obpager -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.5 2005/09/17 02:02:35 agriffis Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/ChangeLog,v 1.6 2006/01/21 12:49:43 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik obpager-1.8.ebuild: + Fixed DEPEND for modular X. 17 Sep 2005; Aron Griffis obpager-1.8.ebuild: Mark 1.8 stable on alpha diff --git a/x11-misc/obpager/obpager-1.8.ebuild b/x11-misc/obpager/obpager-1.8.ebuild index f9fe83ff7a9f..cde98ad37414 100644 --- a/x11-misc/obpager/obpager-1.8.ebuild +++ b/x11-misc/obpager/obpager-1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.6 2005/09/17 02:02:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/obpager/obpager-1.8.ebuild,v 1.7 2006/01/21 12:49:43 nelchael Exp $ DESCRIPTION="Lightweight pager designed to be used with NetWM-compliant window manager" HOMEPAGE="http://obpager.sourceforge.net/" @@ -11,7 +11,15 @@ SLOT="0" KEYWORDS="alpha x86" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libXext + x11-libs/libX11 ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_unpack() { unpack ${A} -- cgit v1.2.3-65-gdbad