summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/paman/paman-0.9.4.ebuild')
-rw-r--r--media-sound/paman/paman-0.9.4.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/paman/paman-0.9.4.ebuild b/media-sound/paman/paman-0.9.4.ebuild
index 4a381b07bc2a..539eca5b2245 100644
--- a/media-sound/paman/paman-0.9.4.ebuild
+++ b/media-sound/paman/paman-0.9.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/paman/paman-0.9.4.ebuild,v 1.1 2007/10/31 15:28:10 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/paman/paman-0.9.4.ebuild,v 1.2 2008/01/03 22:56:24 maekke Exp $
DESCRIPTION="Pulseaudio Manager, a simple GTK frontend for Pulseaudio"
HOMEPAGE="http://0pointer.de/lennart/projects/paman/"
@@ -8,7 +8,7 @@ SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
IUSE=""
@@ -28,5 +28,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dohtml -r doc
- dodoc README doc/todo
+ dodoc README
}