diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2008-01-11 22:01:59 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2008-01-11 22:01:59 +0000 |
commit | a0aa1bf79f663edf5643a038fbb7c3292ca2df0d (patch) | |
tree | 260fd2e3f2d3fdd5e6c4cc92dbdda8b16f76fea0 /x11-misc/alock | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-a0aa1bf79f663edf5643a038fbb7c3292ca2df0d.tar.gz gentoo-2-a0aa1bf79f663edf5643a038fbb7c3292ca2df0d.tar.bz2 gentoo-2-a0aa1bf79f663edf5643a038fbb7c3292ca2df0d.zip |
Fixing missing dependency. Fixes bug #204979.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-misc/alock')
-rw-r--r-- | x11-misc/alock/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/alock/alock-60-r3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
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 <killerfox@gentoo.org> alock-60-r3.ebuild: + Fixing missing dependency. Fixes bug #204979. 09 Jan 2008; Markus Meier <maekke@gentoo.org> 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="" |