diff options
-rw-r--r-- | x11-misc/xbattbar/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xbattbar/xbattbar-1.4.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/xbattbar/ChangeLog b/x11-misc/xbattbar/ChangeLog index 3bc7db5a0d2e..d2d8efd7be57 100644 --- a/x11-misc/xbattbar/ChangeLog +++ b/x11-misc/xbattbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xbattbar # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.9 2006/01/21 16:31:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/ChangeLog,v 1.10 2006/10/11 12:10:36 nelchael Exp $ + + 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xbattbar-1.4.2.ebuild: + Add missing x11-misc/imake to DEPEND, see bug #150820. 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xbattbar-1.4.2.ebuild: Fixed DEPEND for modular X. diff --git a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild b/x11-misc/xbattbar/xbattbar-1.4.2.ebuild index e3d45afce0b6..4eacbe8745ef 100644 --- a/x11-misc/xbattbar/xbattbar-1.4.2.ebuild +++ b/x11-misc/xbattbar/xbattbar-1.4.2.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/xbattbar/xbattbar-1.4.2.ebuild,v 1.8 2006/01/21 16:31:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xbattbar/xbattbar-1.4.2.ebuild,v 1.9 2006/10/11 12:10:36 nelchael Exp $ IUSE="" @@ -18,6 +18,7 @@ RDEPEND="|| ( ( DEPEND="${RDEPEND} || ( ( x11-misc/gccmakedep + x11-misc/imake x11-libs/libX11 ) virtual/x11 )" |