diff options
Diffstat (limited to 'media-sound/gmpc/gmpc-0.11.2.ebuild')
-rw-r--r-- | media-sound/gmpc/gmpc-0.11.2.ebuild | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/gmpc/gmpc-0.11.2.ebuild b/media-sound/gmpc/gmpc-0.11.2.ebuild index e39352b6f5c4..0944a7d5bded 100644 --- a/media-sound/gmpc/gmpc-0.11.2.ebuild +++ b/media-sound/gmpc/gmpc-0.11.2.ebuild @@ -1,21 +1,23 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.11.2.ebuild,v 1.1 2004/11/01 17:39:32 pylon Exp $ -# +# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.11.2.ebuild,v 1.1.1.1 2005/11/30 09:38:38 chriswhite Exp $ + +IUSE="" + inherit gnome2 DESCRIPTION="A Gnome client for the Music Player Daemon." HOMEPAGE="http://gmpc.qballcow.nl/" SRC_URI="http://download.qballcow.nl/programs/${PN}/${P}.tar.gz" -KEYWORDS="~x86 ~amd64 ~ppc" + +KEYWORDS="amd64 ppc sparc x86" SLOT="0" LICENSE="GPL-2" -IUSE="" DEPEND=">=x11-libs/gtk+-2.4 - >=gnome-base/libglade-2.3 - >=gnome-base/gnome-vfs-2.6 - dev-perl/XML-Parser" + >=gnome-base/libglade-2.3 + >=gnome-base/gnome-vfs-2.6 + dev-perl/XML-Parser" -DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" +DOCS="AUTHORS ChangeLog NEWS README" |