diff options
author | 2006-01-22 00:05:12 +0000 | |
---|---|---|
committer | 2006-01-22 00:05:12 +0000 | |
commit | f02f94878377e05fd1e2883260a658f4f8a68b57 (patch) | |
tree | caed1c7fa580a8c671de0429706ca538d593835f /x11-wm/ratpoison | |
parent | Initial import, this is the ocaml reference manual. (diff) | |
download | gentoo-2-f02f94878377e05fd1e2883260a658f4f8a68b57.tar.gz gentoo-2-f02f94878377e05fd1e2883260a658f4f8a68b57.tar.bz2 gentoo-2-f02f94878377e05fd1e2883260a658f4f8a68b57.zip |
Added dependencies for X modular wrt bug #119576.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-wm/ratpoison')
-rw-r--r-- | x11-wm/ratpoison/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/ratpoison/ratpoison-1.4.0_beta4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/ratpoison/ChangeLog b/x11-wm/ratpoison/ChangeLog index 19f066ffd7a7..417448a26db1 100644 --- a/x11-wm/ratpoison/ChangeLog +++ b/x11-wm/ratpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/ratpoison -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.32 2005/11/02 16:54:39 mkennedy Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ChangeLog,v 1.33 2006/01/22 00:05:12 weeve Exp $ + + 22 Jan 2006; Jason Wever <weeve@gentoo.org> ratpoison-1.4.0_beta4.ebuild: + Added dependencies for X modular wrt bug #119576. 02 Nov 2005; Matthew Kennedy <mkennedy@gentoo.org> files/50ratpoison-gentoo.el: diff --git a/x11-wm/ratpoison/ratpoison-1.4.0_beta4.ebuild b/x11-wm/ratpoison/ratpoison-1.4.0_beta4.ebuild index 482c5a0a0f0d..91840df51be3 100644 --- a/x11-wm/ratpoison/ratpoison-1.4.0_beta4.ebuild +++ b/x11-wm/ratpoison/ratpoison-1.4.0_beta4.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-wm/ratpoison/ratpoison-1.4.0_beta4.ebuild,v 1.1 2005/05/21 23:01:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.4.0_beta4.ebuild,v 1.2 2006/01/22 00:05:12 weeve Exp $ inherit elisp-common eutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~x86 ~sparc ~ppc ~amd64" IUSE="emacs" -DEPEND="virtual/x11 +DEPEND="|| ( ( x11-libs/libXinerama x11-libs/libXtst ) virtual/x11 ) emacs? ( virtual/emacs )" SITEFILE=50ratpoison-gentoo.el |