diff options
author | David Chamberlain <daybird@gentoo.org> | 2002-05-09 15:37:06 +0000 |
---|---|---|
committer | David Chamberlain <daybird@gentoo.org> | 2002-05-09 15:37:06 +0000 |
commit | 79808076366439e5c5415252c8dc7a3af2e2cd8e (patch) | |
tree | 2ff22eb08f46b5a7b4d67c0d3101dbb3d6de5849 /sys-apps/gtkpbbuttons | |
parent | fixed headers (diff) | |
download | gentoo-2-79808076366439e5c5415252c8dc7a3af2e2cd8e.tar.gz gentoo-2-79808076366439e5c5415252c8dc7a3af2e2cd8e.tar.bz2 gentoo-2-79808076366439e5c5415252c8dc7a3af2e2cd8e.zip |
fixed headers
Diffstat (limited to 'sys-apps/gtkpbbuttons')
-rw-r--r-- | sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild index a2d5c493aece..295e55a1a537 100644 --- a/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild +++ b/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author David Chamberlain <daybird@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gtkpbbuttons/gtkpbbuttons-0.4.6b.ebuild,v 1.2 2002/05/09 15:36:34 daybird Exp $ S=${WORKDIR}/${P} DESCRIPTION="gtkpbbuttons is a PPC-only program to monitor special Powerbook/iBook keys in Linux" SRC_URI="http://www.cymes.de/members/joker/projects/pbbuttons/tar/${P}.tar.gz" HOMEPAGE="http://www.cymes.de/members/joker/projects/pbbuttons/pbbuttons.html" -DEPEND="x11-libs/gtk+ sys-apps/pbbuttonsd" +DEPEND="x11-libs/gtk+ media-libs/audiofile sys-apps/pbbuttonsd" src_compile() { |