diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-01-26 15:53:58 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-01-26 15:53:58 +0000 |
commit | 648204d6a2e05d8944f697e9bc90a49c7df937ea (patch) | |
tree | 7cdd066cf94c0e048a2f13d1f079b13f8a182476 /media-sound/mup | |
parent | Update HOMEPAGE; Ebuild cleanup; Resolves Bug# 110419. (diff) | |
download | gentoo-2-648204d6a2e05d8944f697e9bc90a49c7df937ea.tar.gz gentoo-2-648204d6a2e05d8944f697e9bc90a49c7df937ea.tar.bz2 gentoo-2-648204d6a2e05d8944f697e9bc90a49c7df937ea.zip |
Prepared for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-sound/mup')
-rw-r--r-- | media-sound/mup/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/mup/mup-5.1.ebuild | 13 |
2 files changed, 15 insertions, 5 deletions
diff --git a/media-sound/mup/ChangeLog b/media-sound/mup/ChangeLog index 142de5891553..b11047a292c2 100644 --- a/media-sound/mup/ChangeLog +++ b/media-sound/mup/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mup -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.16 2005/10/05 21:28:48 matsuu Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/ChangeLog,v 1.17 2006/01/26 15:53:58 ticho Exp $ + + 26 Jan 2006; Andrej Kacian <ticho@gentoo.org> mup-5.1.ebuild: + Prepared for modular X. *mup-5.1 (05 Oct 2005) diff --git a/media-sound/mup/mup-5.1.ebuild b/media-sound/mup/mup-5.1.ebuild index a78572f6df22..2addc619ef0b 100644 --- a/media-sound/mup/mup-5.1.ebuild +++ b/media-sound/mup/mup-5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.1.ebuild,v 1.1 2005/10/05 21:28:48 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mup/mup-5.1.ebuild,v 1.2 2006/01/26 15:53:58 ticho Exp $ inherit eutils toolchain-funcs @@ -14,7 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="X svga" -RDEPEND="X? ( virtual/x11 ) +DEPEND="X? ( || ( + ( + x11-proto/xproto + x11-libs/libX11 + ) + virtual/x11 + ) + ) svga? ( >=media-libs/svgalib-1.4.3 )" src_unpack() { |