diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-08 09:37:28 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-04-08 09:37:28 +0000 |
commit | 668fc0dd3207829904aec9c6197b2b710854633f (patch) | |
tree | 3fac938e76011eedc456697d0c17746871435411 /app-i18n/koffice-i18n | |
parent | ppc update (diff) | |
download | historical-668fc0dd3207829904aec9c6197b2b710854633f.tar.gz historical-668fc0dd3207829904aec9c6197b2b710854633f.tar.bz2 historical-668fc0dd3207829904aec9c6197b2b710854633f.zip |
Consider split ebuilds in dependencies (#86846).
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-i18n/koffice-i18n')
-rw-r--r-- | app-i18n/koffice-i18n/Manifest | 2 | ||||
-rw-r--r-- | app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-i18n/koffice-i18n/Manifest b/app-i18n/koffice-i18n/Manifest index 801a19b7032b..5baed90f2271 100644 --- a/app-i18n/koffice-i18n/Manifest +++ b/app-i18n/koffice-i18n/Manifest @@ -1,4 +1,4 @@ MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 c10b5b68cbb54c9dc6acb1b37a1a7eb9 ChangeLog 5644 -MD5 a68dadde6e2872fd42cbccf9b718a12c koffice-i18n-1.3.5.ebuild 1379 +MD5 e6208c159ebcefb51051ededf6d75e27 koffice-i18n-1.3.5.ebuild 1389 MD5 46767c73bbc4681167e4edf02e18eba0 files/digest-koffice-i18n-1.3.5 3205 diff --git a/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild b/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild index bbf2e8e216df..fd648ce5884a 100644 --- a/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild +++ b/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild,v 1.6 2005/02/03 21:36:07 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/koffice-i18n/koffice-i18n-1.3.5.ebuild,v 1.7 2005/04/08 09:37:28 greg_g Exp $ inherit kde DESCRIPTION="KOffice i18n files" HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2" SLOT="0" -LICENSE="GPL-2" KEYWORDS="x86 ~ppc ~amd64 sparc ppc64" IUSE="" -DEPEND="~app-office/koffice-${PV} >=sys-apps/portage-2.0.49-r8" +DEPEND="|| ( ~app-office/koffice-libs-${PV} ~app-office/koffice-${PV} )" + need-kde 3 LANGS="af bg br ca cs cy da de el en_GB eo es et fa fi fr he hsb hu it ja lo @@ -56,4 +57,3 @@ src_install() { done S=${_S} } - |