diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 21:03:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-12 21:03:58 +0000 |
commit | eacd9ffe1c04f6eddfb8e0ac3601101ab6376e05 (patch) | |
tree | e307ecb65baafb27a0b2375e902023af5d2fd39a /app-office/plan | |
parent | Drop old and live version (as last one cannot be maintained properly downstre... (diff) | |
download | gentoo-2-eacd9ffe1c04f6eddfb8e0ac3601101ab6376e05.tar.gz gentoo-2-eacd9ffe1c04f6eddfb8e0ac3601101ab6376e05.tar.bz2 gentoo-2-eacd9ffe1c04f6eddfb8e0ac3601101ab6376e05.zip |
Add missing DEPEND (#457750)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/plan')
-rw-r--r-- | app-office/plan/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/plan/plan-1.9-r1.ebuild | 9 |
2 files changed, 11 insertions, 6 deletions
diff --git a/app-office/plan/ChangeLog b/app-office/plan/ChangeLog index 24a96f349de8..06bb7f4000a2 100644 --- a/app-office/plan/ChangeLog +++ b/app-office/plan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/plan -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.24 2013/07/24 02:56:36 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/ChangeLog,v 1.25 2013/10/12 21:03:58 pacho Exp $ + + 12 Oct 2013; Pacho Ramos <pacho@gentoo.org> plan-1.9-r1.ebuild: + Add missing DEPEND (#457750) 26 Dec 2012; Ulrich Müller <ulm@gentoo.org> plan-1.9-r1.ebuild: Fix LICENSE, bug 448646. @@ -84,4 +87,3 @@ 18 Oct 2003; Brandy Westcott brandy@gentoo.org plan-1.8.6.ebuild: Initial import. Thanks to Priit Laes <amd@tt.ee> and Mr Bones <mr_bones_@gentoo.org> for providing the ebuilds in Bug #11217. - diff --git a/app-office/plan/plan-1.9-r1.ebuild b/app-office/plan/plan-1.9-r1.ebuild index 0d829db681da..e6798ce9c99c 100644 --- a/app-office/plan/plan-1.9-r1.ebuild +++ b/app-office/plan/plan-1.9-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9-r1.ebuild,v 1.4 2012/12/26 13:52:53 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/plan/plan-1.9-r1.ebuild,v 1.5 2013/10/12 21:03:58 pacho Exp $ EAPI=1 @@ -16,7 +16,10 @@ SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=x11-libs/motif-2.3:0" +DEPEND=" + x11-libs/libXpm + >=x11-libs/motif-2.3:0 +" RDEPEND="${DEPEND}" S=${WORKDIR}/${P}/src |