diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:24:02 +0000 |
commit | 07fd1d8ecd9a917313e53982a9ed2d24a23be199 (patch) | |
tree | 02c0e3b1eba605be75cf41cc480a4cb67955b3e1 /x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild | |
parent | Mark 1.89 stable on alpha (diff) | |
download | historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.gz historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.tar.bz2 historical-07fd1d8ecd9a917313e53982a9ed2d24a23be199.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild')
-rw-r--r-- | x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild b/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild index 978daa58bd99..a80d55293cf0 100644 --- a/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild +++ b/x11-plugins/wmxmms/wmxmms-0.1.4-r1.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/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild,v 1.5 2005/11/19 11:30:40 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmxmms/wmxmms-0.1.4-r1.ebuild,v 1.6 2006/01/31 21:13:19 nelchael Exp $ inherit eutils @@ -15,8 +15,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha ~amd64 hppa ppc ~sparc x86" -DEPEND="virtual/x11 - media-sound/xmms" +DEPEND="media-sound/xmms" src_unpack() { unpack ${A} |