diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2009-07-27 09:06:16 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2009-07-27 09:06:16 +0000 |
commit | 82dbd1d602c3bb9193b0697a75bdffe235b6f1bb (patch) | |
tree | 7002d45b5bdcb4bced103e92324f95533f0d4890 /app-office | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-82dbd1d602c3bb9193b0697a75bdffe235b6f1bb.tar.gz gentoo-2-82dbd1d602c3bb9193b0697a75bdffe235b6f1bb.tar.bz2 gentoo-2-82dbd1d602c3bb9193b0697a75bdffe235b6f1bb.zip |
redland should be in RDEPEND, bug #278880
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-3.1.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index 32be309aac8c..cee50dc95c1d 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/openoffice # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.471 2009/07/22 20:37:39 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.472 2009/07/27 09:06:16 suka Exp $ + + 27 Jul 2009; Andreas Proschofsky <suka@gentoo.org> + openoffice-3.1.0-r1.ebuild: + redland should be in RDEPEND, bug #278880 *openoffice-3.1.0-r1 (22 Jul 2009) diff --git a/app-office/openoffice/openoffice-3.1.0-r1.ebuild b/app-office/openoffice/openoffice-3.1.0-r1.ebuild index 063ce96f5529..ea59a4e23bc1 100644 --- a/app-office/openoffice/openoffice-3.1.0-r1.ebuild +++ b/app-office/openoffice/openoffice-3.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.1.0-r1.ebuild,v 1.1 2009/07/22 20:37:39 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-3.1.0-r1.ebuild,v 1.2 2009/07/27 09:06:16 suka Exp $ WANT_AUTOMAKE="1.9" EAPI="2" @@ -107,6 +107,7 @@ COMMON_DEPEND="!app-office/openoffice-bin >=dev-libs/icu-4.0 >=sys-libs/db-4.3 >=app-text/libwpd-0.8.8 + >=dev-libs/redland-1.0.8 >=media-libs/vigra-1.4 >=virtual/poppler-0.8.0" @@ -135,7 +136,6 @@ DEPEND="${COMMON_DEPEND} >=net-misc/curl-7.12 sys-libs/zlib sys-apps/coreutils - >=dev-libs/redland-1.0.8 pam? ( sys-libs/pam sys-apps/shadow[pam] ) >=dev-lang/python-2.3.4[threads] |