diff options
author | 2006-03-08 15:18:42 +0000 | |
---|---|---|
committer | 2006-03-08 15:18:42 +0000 | |
commit | 1e358f8a5e2aeedcc69b1a3c7cd09da70d6150a0 (patch) | |
tree | 4f65a8110137d46d575bb84b3ecb84e633e7af04 /media-sound/alsaplayer/alsaplayer-0.99.76.ebuild | |
parent | Stable for x86. See bugs #76141 and #113266 (diff) | |
download | gentoo-2-1e358f8a5e2aeedcc69b1a3c7cd09da70d6150a0.tar.gz gentoo-2-1e358f8a5e2aeedcc69b1a3c7cd09da70d6150a0.tar.bz2 gentoo-2-1e358f8a5e2aeedcc69b1a3c7cd09da70d6150a0.zip |
Don't depend on doxygen in runtime.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-sound/alsaplayer/alsaplayer-0.99.76.ebuild')
-rw-r--r-- | media-sound/alsaplayer/alsaplayer-0.99.76.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/alsaplayer/alsaplayer-0.99.76.ebuild b/media-sound/alsaplayer/alsaplayer-0.99.76.ebuild index a1327c09b4f7..edcc5e7e06f4 100644 --- a/media-sound/alsaplayer/alsaplayer-0.99.76.ebuild +++ b/media-sound/alsaplayer/alsaplayer-0.99.76.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/alsaplayer/alsaplayer-0.99.76.ebuild,v 1.16 2005/05/09 13:15:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsaplayer/alsaplayer-0.99.76.ebuild,v 1.17 2006/03/08 15:18:42 flameeyes Exp $ inherit eutils @@ -16,7 +16,6 @@ KEYWORDS="~alpha amd64 ia64 ~mips ppc ~sparc x86" RDEPEND=">=dev-libs/glib-1.2.10 media-libs/libsndfile - doc? ( app-doc/doxygen ) esd? ( media-sound/esound ) gtk? ( =x11-libs/gtk+-1* ) nas? ( media-libs/nas ) @@ -28,7 +27,7 @@ RDEPEND=">=dev-libs/glib-1.2.10 vorbis? ( media-libs/libvorbis )" DEPEND="${RDEPEND} - sys-apps/sed + doc? ( app-doc/doxygen ) nls? ( sys-devel/gettext )" src_unpack() { |