diff options
author | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 15:50:11 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2008-01-13 15:50:11 +0000 |
commit | fa04e39e280d5c7191fbd0189e507d6a7b500f08 (patch) | |
tree | 662a0c36ce79b9c53472c82e61f592c43b185665 /media-sound | |
parent | initial commit (diff) | |
download | gentoo-2-fa04e39e280d5c7191fbd0189e507d6a7b500f08.tar.gz gentoo-2-fa04e39e280d5c7191fbd0189e507d6a7b500f08.tar.bz2 gentoo-2-fa04e39e280d5c7191fbd0189e507d6a7b500f08.zip |
add missing X deps, bug #205618
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mup/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/mup/mup-5.4.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/mup/ChangeLog b/media-sound/mup/ChangeLog index 85b82db35d18..9b67e3dce572 100644 --- a/media-sound/mup/ChangeLog +++ b/media-sound/mup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mup -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.26 2007/07/29 16:48:47 drac Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.27 2008/01/13 15:50:11 aballier Exp $ + + 13 Jan 2008; Alexis Ballier <aballier@gentoo.org> mup-5.4.ebuild: + add missing X deps, bug #205618 *mup-5.4 (29 Jul 2007) diff --git a/media-sound/mup/mup-5.4.ebuild b/media-sound/mup/mup-5.4.ebuild index 04d7492aed82..cdb4cc4d3ae4 100644 --- a/media-sound/mup/mup-5.4.ebuild +++ b/media-sound/mup/mup-5.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.4.ebuild,v 1.1 2007/07/29 16:48:47 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.4.ebuild,v 1.2 2008/01/13 15:50:11 aballier Exp $ inherit eutils toolchain-funcs @@ -16,9 +16,11 @@ IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXext x11-libs/fltk + x11-libs/libXpm media-libs/jpeg media-libs/libpng" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + x11-proto/xproto" src_unpack() { unpack ${A} |