diff options
Diffstat (limited to 'net-p2p/transmission/transmission-1.22.ebuild')
-rw-r--r-- | net-p2p/transmission/transmission-1.22.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/transmission/transmission-1.22.ebuild b/net-p2p/transmission/transmission-1.22.ebuild index f3bc005ed111..1f8bc0311958 100644 --- a/net-p2p/transmission/transmission-1.22.ebuild +++ b/net-p2p/transmission/transmission-1.22.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/transmission/transmission-1.22.ebuild,v 1.1 2008/07/08 03:53:13 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-1.22.ebuild,v 1.2 2008/09/05 00:13:19 compnerd Exp $ inherit autotools eutils @@ -14,6 +14,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" IUSE="gtk libnotify" RDEPEND=">=dev-libs/glib-2.16 + >=net-misc/curl-7.15.0 >=dev-libs/openssl-0.9.8 gtk? ( >=x11-libs/gtk+-2.6 ) libnotify? ( >=x11-libs/libnotify-0.4.4 )" |