diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:10:36 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-10-11 12:10:36 +0000 |
commit | efd2d1852c7063eb8f7833e6c477d5258a2b97f0 (patch) | |
tree | fcc1c224c08242eb932e10d95b40d8b5102d8167 /x11-misc/xbattbar | |
parent | Stable on x86 to fix bug #150819. (diff) | |
download | gentoo-2-efd2d1852c7063eb8f7833e6c477d5258a2b97f0.tar.gz gentoo-2-efd2d1852c7063eb8f7833e6c477d5258a2b97f0.tar.bz2 gentoo-2-efd2d1852c7063eb8f7833e6c477d5258a2b97f0.zip |
Add missing x11-misc/imake to DEPEND, see bug #150820.
(Portage version: 2.1.2_pre2-r8)
Diffstat (limited to 'x11-misc/xbattbar')
-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 )" |