diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-05-15 20:54:39 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-05-15 20:54:39 +0000 |
commit | 15360de733e8d59bbd5601889e395096e877408b (patch) | |
tree | a77de6d59c223ab11bed6869d33b62ad3fa9c32d /media-sound/cowbell | |
parent | Version bump to solve bugs #132555 (gcc4) and #86871 (interactive doc building. (diff) | |
download | gentoo-2-15360de733e8d59bbd5601889e395096e877408b.tar.gz gentoo-2-15360de733e8d59bbd5601889e395096e877408b.tar.bz2 gentoo-2-15360de733e8d59bbd5601889e395096e877408b.zip |
add intltool as a dependency thanks to compnerd.
(Portage version: 2.1_rc1-r2)
Diffstat (limited to 'media-sound/cowbell')
-rw-r--r-- | media-sound/cowbell/cowbell-0.2.7.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/cowbell/cowbell-0.2.7.1.ebuild b/media-sound/cowbell/cowbell-0.2.7.1.ebuild index 90dfc9d88c22..c42598895db2 100644 --- a/media-sound/cowbell/cowbell-0.2.7.1.ebuild +++ b/media-sound/cowbell/cowbell-0.2.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/cowbell/cowbell-0.2.7.1.ebuild,v 1.1 2006/05/10 19:28:56 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/cowbell/cowbell-0.2.7.1.ebuild,v 1.2 2006/05/15 20:54:39 metalgod Exp $ inherit autotools gnome2 mono @@ -19,7 +19,8 @@ RDEPEND="dev-lang/mono >=media-libs/taglib-1.4" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + dev-util/intltool" DOCS="AUTHORS ChangeLog NEWS README" |