diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-12 09:08:17 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-12 09:08:17 +0000 |
commit | 10f2027180503321aaab33b53804b8faa3977b38 (patch) | |
tree | 0614b6a539659ffcdcd84d43412049f34a3da6dc /app-office | |
parent | Add metadata. (diff) | |
download | gentoo-2-10f2027180503321aaab33b53804b8faa3977b38.tar.gz gentoo-2-10f2027180503321aaab33b53804b8faa3977b38.tar.bz2 gentoo-2-10f2027180503321aaab33b53804b8faa3977b38.zip |
Add modular X dependencies. For any interest in reproducing the command used to find them: find /usr/lib/openoffice/program/ -maxdepth 1 | grep -v -e '\.so$' -e '\.so\.' | xargs file | grep 'LSB exe' | cut -d: -f1 | xargs ldd | cut -d'(' -f1 | sort | uniq | grep lib[SIX].
(Portage version: 2.0.53)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-bin/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-2.0.0.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-office/openoffice-bin/ChangeLog b/app-office/openoffice-bin/ChangeLog index 8031ea6a1aa0..490021542132 100644 --- a/app-office/openoffice-bin/ChangeLog +++ b/app-office/openoffice-bin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-office/openoffice-bin # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.113 2005/12/08 17:47:10 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.114 2005/12/12 09:08:17 spyderous Exp $ + + 12 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; + openoffice-bin-2.0.0.ebuild: + Add modular X dependencies. For any interest in reproducing the command used + to find them: find /usr/lib/openoffice/program/ -maxdepth 1 | grep -v -e + '\.so$' -e '\.so\.' | xargs file | grep 'LSB exe' | cut -d: -f1 | xargs ldd + | cut -d'(' -f1 | sort | uniq | grep lib[SIX]. 08 Dec 2005; Herbie Hopkins <herbs@gentoo.org> openoffice-bin-2.0.0.ebuild: diff --git a/app-office/openoffice-bin/openoffice-bin-2.0.0.ebuild b/app-office/openoffice-bin/openoffice-bin-2.0.0.ebuild index b8d24e09183a..7541c9738051 100644 --- a/app-office/openoffice-bin/openoffice-bin-2.0.0.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-2.0.0.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/openoffice-bin/openoffice-bin-2.0.0.ebuild,v 1.7 2005/12/08 17:47:10 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-2.0.0.ebuild,v 1.8 2005/12/12 09:08:17 spyderous Exp $ inherit eutils fdo-mime rpm multilib @@ -75,7 +75,7 @@ SLOT="0" KEYWORDS="x86 ~amd64" RDEPEND="!app-office/openoffice - virtual/x11 + || ( x11-libs/libXaw virtual/x11 ) sys-libs/glibc >=dev-lang/perl-5.0 app-arch/zip |