diff options
author | 2006-01-21 12:49:43 +0000 | |
---|---|---|
committer | 2006-01-21 12:49:43 +0000 | |
commit | bd8628de4185ee8c0478b0b937a3252fe344fa13 (patch) | |
tree | 29bd2cc3e3a7f9d011d9ebdf203e98c861d7dc88 /x11-misc/obpager | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-bd8628de4185ee8c0478b0b937a3252fe344fa13.tar.gz gentoo-2-bd8628de4185ee8c0478b0b937a3252fe344fa13.tar.bz2 gentoo-2-bd8628de4185ee8c0478b0b937a3252fe344fa13.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/obpager')
-rw-r--r-- | x11-misc/obpager/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/obpager/obpager-1.8.ebuild | 14 |
2 files changed, 16 insertions, 5 deletions
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 <nelchael@gentoo.org> obpager-1.8.ebuild: + Fixed DEPEND for modular X. 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> 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} |