summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 12:10:36 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-10-11 12:10:36 +0000
commitf3748cf5b936bbfdfd924d3f85cdb2d61174cd02 (patch)
treeb216053a1f6d0c096926f4648cf74388d513afa1 /x11-misc/xbattbar
parentStable on x86 to fix bug #150819. (diff)
downloadhistorical-f3748cf5b936bbfdfd924d3f85cdb2d61174cd02.tar.gz
historical-f3748cf5b936bbfdfd924d3f85cdb2d61174cd02.tar.bz2
historical-f3748cf5b936bbfdfd924d3f85cdb2d61174cd02.zip
Add missing x11-misc/imake to DEPEND, see bug #150820.
Package-Manager: portage-2.1.2_pre2-r8
Diffstat (limited to 'x11-misc/xbattbar')
-rw-r--r--x11-misc/xbattbar/ChangeLog5
-rw-r--r--x11-misc/xbattbar/xbattbar-1.4.2.ebuild3
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 )"