summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-03-24 20:32:47 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-03-24 20:32:47 +0000
commit0d101458388c2cf2d0446dac66294f0d8c36f282 (patch)
treede2e5dafdf60b3bacbc5576c2ccf91c72128048b
parentclean up (diff)
downloadgentoo-2-0d101458388c2cf2d0446dac66294f0d8c36f282.tar.gz
gentoo-2-0d101458388c2cf2d0446dac66294f0d8c36f282.tar.bz2
gentoo-2-0d101458388c2cf2d0446dac66294f0d8c36f282.zip
add gettext to dependencies
(Portage version: 2.1.4.4)
-rw-r--r--net-p2p/lince/lince-0.99.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/lince/lince-0.99.2.ebuild b/net-p2p/lince/lince-0.99.2.ebuild
index 374c170ab02d..d15769c22e38 100644
--- a/net-p2p/lince/lince-0.99.2.ebuild
+++ b/net-p2p/lince/lince-0.99.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild,v 1.1 2008/03/22 14:49:56 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/lince/lince-0.99.2.ebuild,v 1.2 2008/03/24 20:32:47 coldwind Exp $
DESCRIPTION="a light, powerfull and full feature gtkmm bittorrent client"
SRC_URI="mirror://sourceforge/lincetorrent/${P}.tar.gz"
@@ -9,8 +9,8 @@ HOMEPAGE="http://lincetorrent.sourceforge.net"
DEPEND="dev-cpp/gtkmm
x11-libs/cairo
>=net-libs/rb_libtorrent-0.13_pre1912
- dev-libs/libxml2"
-
+ dev-libs/libxml2
+ sys-devel/gettext"
RDEPEND="${DEPEND}"
LICENSE="GPL-3"