diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:35:51 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-02-15 13:35:51 +0000 |
commit | 11e2eae0cfaada82ff659483dbb7338a491b6d4b (patch) | |
tree | 776a6d6260397038603882016708594b490c1514 /media-sound/smurf | |
parent | pkgconfig is not an RDEPEND. (diff) | |
download | gentoo-2-11e2eae0cfaada82ff659483dbb7338a491b6d4b.tar.gz gentoo-2-11e2eae0cfaada82ff659483dbb7338a491b6d4b.tar.bz2 gentoo-2-11e2eae0cfaada82ff659483dbb7338a491b6d4b.zip |
Fix gettext/libintl dependencies.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'media-sound/smurf')
-rw-r--r-- | media-sound/smurf/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/smurf/smurf-0.52.6.ebuild | 11 |
2 files changed, 11 insertions, 7 deletions
diff --git a/media-sound/smurf/ChangeLog b/media-sound/smurf/ChangeLog index 5d970f1c303a..d4cdbab6d069 100644 --- a/media-sound/smurf/ChangeLog +++ b/media-sound/smurf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/smurf -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/smurf/ChangeLog,v 1.9 2005/09/04 10:55:22 flameeyes Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/smurf/ChangeLog,v 1.10 2006/02/15 13:35:50 flameeyes Exp $ + + 15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> smurf-0.52.6.ebuild: + Fix gettext/libintl dependencies. 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> smurf-0.52.6.ebuild: Don't install COPYING, INSTALL and ABOUT-NLS files. diff --git a/media-sound/smurf/smurf-0.52.6.ebuild b/media-sound/smurf/smurf-0.52.6.ebuild index 20d351127a1d..26d4802e487a 100644 --- a/media-sound/smurf/smurf-0.52.6.ebuild +++ b/media-sound/smurf/smurf-0.52.6.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/smurf/smurf-0.52.6.ebuild,v 1.9 2005/09/04 10:55:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/smurf/smurf-0.52.6.ebuild,v 1.10 2006/02/15 13:35:51 flameeyes Exp $ DESCRIPTION="The Smurf Sound Font Editor" HOMEPAGE="http://smurf.sourceforge.net/" @@ -11,13 +11,14 @@ KEYWORDS="amd64 ~ppc sparc x86" IUSE="nls debug alsa oss png" -DEPEND="=x11-libs/gtk+-1.2* +RDEPEND="=x11-libs/gtk+-1.2* >=media-libs/audiofile-0.2.3-r1 - nls? ( >=sys-devel/gettext-0.11.5-r1 ) + nls? ( virtual/libintl ) alsa? ( media-libs/alsa-lib ) png? ( >=media-libs/libpng-1.2.5-r4 )" -#RDEPEND="" +DEPEND="${RDEPEND} + nls? ( >=sys-devel/gettext-0.11.5-r1 )" src_compile() { local myconf="--with-audiofile" |