diff options
author | 2006-01-30 19:46:28 +0000 | |
---|---|---|
committer | 2006-01-30 19:46:28 +0000 | |
commit | f01d63858ab413e4ce1705ad7616c5ea949fdc21 (patch) | |
tree | 0a024e5669590810dde706fe0cc3a18bf3b6ef32 /x11-misc | |
parent | Fixed test restriction (diff) | |
download | gentoo-2-f01d63858ab413e4ce1705ad7616c5ea949fdc21.tar.gz gentoo-2-f01d63858ab413e4ce1705ad7616c5ea949fdc21.tar.bz2 gentoo-2-f01d63858ab413e4ce1705ad7616c5ea949fdc21.zip |
Modular-X fixes.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/fbpager/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/fbpager/fbpager-0.1.4.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/fbpager/ChangeLog b/x11-misc/fbpager/ChangeLog index 6c111a84ea0a..80eb2088935a 100644 --- a/x11-misc/fbpager/ChangeLog +++ b/x11-misc/fbpager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/fbpager -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/ChangeLog,v 1.5 2004/10/01 12:33:55 pyrania Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/ChangeLog,v 1.6 2006/01/30 19:46:28 robbat2 Exp $ + + 30 Jan 2006; Robin H. Johnson <robbat2@gentoo.org> fbpager-0.1.4.ebuild: + Modular-X fixes. 01 Oct 2004; <pyrania@gentoo.org> fbpager-0.1.4.ebuild: Marked stable on x86. diff --git a/x11-misc/fbpager/fbpager-0.1.4.ebuild b/x11-misc/fbpager/fbpager-0.1.4.ebuild index ba7f35dfab73..ad67310c5afc 100644 --- a/x11-misc/fbpager/fbpager-0.1.4.ebuild +++ b/x11-misc/fbpager/fbpager-0.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/fbpager/fbpager-0.1.4.ebuild,v 1.7 2005/07/09 17:58:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpager/fbpager-0.1.4.ebuild,v 1.8 2006/01/30 19:46:28 robbat2 Exp $ DESCRIPTION="A Pager for fluxbox" HOMEPAGE="http://fluxbox.sourceforge.net/fbpager" @@ -10,7 +10,8 @@ LICENSE="MIT" SLOT="0" KEYWORDS="x86 ~sparc ~mips ~amd64 ppc" IUSE="" -DEPEND="virtual/x11" +RDEPEND="|| ( ( x11-libs/libXrender x11-libs/libSM ) virtual/x11 )" +DEPEND="${RDEPEND}" src_install() { einstall || die |