From a0aa1bf79f663edf5643a038fbb7c3292ca2df0d Mon Sep 17 00:00:00 2001 From: René Nussbaumer Date: Fri, 11 Jan 2008 22:01:59 +0000 Subject: Fixing missing dependency. Fixes bug #204979. (Portage version: 2.1.3.19) --- x11-misc/alock/ChangeLog | 5 ++++- x11-misc/alock/alock-60-r3.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'x11-misc/alock') diff --git a/x11-misc/alock/ChangeLog b/x11-misc/alock/ChangeLog index b627483f66c8..643eea0aef8a 100644 --- a/x11-misc/alock/ChangeLog +++ b/x11-misc/alock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/alock # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/ChangeLog,v 1.8 2008/01/09 15:25:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/ChangeLog,v 1.9 2008/01/11 22:01:59 killerfox Exp $ + + 11 Jan 2008; René Nussbaumer alock-60-r3.ebuild: + Fixing missing dependency. Fixes bug #204979. 09 Jan 2008; Markus Meier alock-60-r3.ebuild: make sure that imlib2 is built with X, x86 stable, bug #204934 diff --git a/x11-misc/alock/alock-60-r3.ebuild b/x11-misc/alock/alock-60-r3.ebuild index c790dd270575..4d2848d6e55b 100644 --- a/x11-misc/alock/alock-60-r3.ebuild +++ b/x11-misc/alock/alock-60-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild,v 1.2 2008/01/09 15:25:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/alock/alock-60-r3.ebuild,v 1.3 2008/01/11 22:01:59 killerfox Exp $ inherit eutils @@ -19,6 +19,7 @@ IUSE="" DEPEND=" x11-libs/libX11 x11-libs/libXext + x11-libs/libXpm media-libs/imlib2 " RDEPEND="" -- cgit v1.2.3-65-gdbad