diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-29 14:52:29 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-29 14:52:29 +0000 |
commit | b89ae2364848b53d1b9e0af9a587316b09984453 (patch) | |
tree | 612c18c8c6f9ac4f070f4a398f4b948cc5b53f5a /x11-misc/xcalendar | |
parent | unmask new acroread (diff) | |
download | gentoo-2-b89ae2364848b53d1b9e0af9a587316b09984453.tar.gz gentoo-2-b89ae2364848b53d1b9e0af9a587316b09984453.tar.bz2 gentoo-2-b89ae2364848b53d1b9e0af9a587316b09984453.zip |
Added x11-misc/imake to DEPEND.
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-misc/xcalendar')
-rw-r--r-- | x11-misc/xcalendar/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xcalendar/xcalendar-4.0.ebuild | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/xcalendar/ChangeLog b/x11-misc/xcalendar/ChangeLog index dec9bd6fcb75..a4dcb3522875 100644 --- a/x11-misc/xcalendar/ChangeLog +++ b/x11-misc/xcalendar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcalendar # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.16 2006/01/21 16:34:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.17 2006/07/29 14:52:29 nelchael Exp $ + + 29 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> xcalendar-4.0.ebuild: + Added x11-misc/imake to DEPEND, see bug #140611. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xcalendar-4.0.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild index 9e2494665f6b..1be437634505 100644 --- a/x11-misc/xcalendar/xcalendar-4.0.ebuild +++ b/x11-misc/xcalendar/xcalendar-4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.16 2006/01/21 16:34:12 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.17 2006/07/29 14:52:29 nelchael Exp $ inherit eutils @@ -22,7 +22,10 @@ RDEPEND="|| ( ( x11-libs/libXext ) virtual/x11 )" DEPEND="${RDEPEND} - || ( x11-proto/xproto virtual/x11 ) + || ( ( + x11-misc/imake + x11-proto/xproto ) + virtual/x11 ) motif? ( x11-libs/openmotif )" src_compile() { |