diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-13 06:27:35 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-13 06:27:35 +0000 |
commit | 36ab46c31d9bf4bc3180ab6946ca4a515b241db0 (patch) | |
tree | 52226fe42105161490f2cce51e88aad0c27d9293 /app-office/mozilla-sunbird-bin | |
parent | set minicom executable group to uucp, with sgid permission (#108088); set def... (diff) | |
download | gentoo-2-36ab46c31d9bf4bc3180ab6946ca4a515b241db0.tar.gz gentoo-2-36ab46c31d9bf4bc3180ab6946ca4a515b241db0.tar.bz2 gentoo-2-36ab46c31d9bf4bc3180ab6946ca4a515b241db0.zip |
Add modular X dependencies. Found with: find /opt/sunbird/ -perm /g+x | xargs file | egrep 'LSB (exe|sha)' | cut -d: -f1 | xargs ldd | cut -d'(' -f1 | sort | uniq | grep lib[SIX].
(Portage version: 2.0.53)
Diffstat (limited to 'app-office/mozilla-sunbird-bin')
-rw-r--r-- | app-office/mozilla-sunbird-bin/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.20050724.ebuild | 12 |
2 files changed, 17 insertions, 3 deletions
diff --git a/app-office/mozilla-sunbird-bin/ChangeLog b/app-office/mozilla-sunbird-bin/ChangeLog index 9f47a432a41f..13529283ff98 100644 --- a/app-office/mozilla-sunbird-bin/ChangeLog +++ b/app-office/mozilla-sunbird-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/mozilla-sunbird-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.10 2005/08/11 20:27:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.11 2005/12/13 06:27:35 spyderous Exp $ + + 13 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + mozilla-sunbird-bin-0.2.20050724.ebuild: + Add modular X dependencies. Found with: find /opt/sunbird/ -perm /g+x | + xargs file | egrep 'LSB (exe|sha)' | cut -d: -f1 | xargs ldd | cut -d'(' -f1 + | sort | uniq | grep lib[SIX]. 11 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> mozilla-sunbird-bin-0.2.ebuild, mozilla-sunbird-bin-0.2.20050724.ebuild: diff --git a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.20050724.ebuild b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.20050724.ebuild index 8ed52e5a5c48..25a062ca1514 100644 --- a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.20050724.ebuild +++ b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.20050724.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.20050724.ebuild,v 1.2 2005/08/11 20:27:54 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.20050724.ebuild,v 1.3 2005/12/13 06:27:35 spyderous Exp $ inherit mozilla-launcher multilib @@ -15,7 +15,15 @@ LICENSE="MPL-1.1 NPL-1.1" IUSE="" DEPEND="virtual/libc" -RDEPEND="virtual/x11 +RDEPEND="|| ( ( x11-libs/libXcursor + x11-libs/libXrandr + x11-libs/libXi + x11-libs/libXinerama + x11-libs/libXt + ) + virtual/x11 + ) + virtual/xft x86? ( >=sys-libs/lib-compat-1.0-r2 >=x11-libs/gtk+-2.2 |