diff options
author | 2007-01-24 21:42:06 +0000 | |
---|---|---|
committer | 2007-01-24 21:42:06 +0000 | |
commit | 7a37967e32e5db84dbcd8dd96d02e29d771875b5 (patch) | |
tree | bdaa8e19ccafe2ca83f12a9e3f2507755c745abe /net-p2p/deluge/deluge-0.4.1.ebuild | |
parent | media-sound/exaile: Stupid fixes and cosmetics (diff) | |
download | sunrise-7a37967e32e5db84dbcd8dd96d02e29d771875b5.tar.gz sunrise-7a37967e32e5db84dbcd8dd96d02e29d771875b5.tar.bz2 sunrise-7a37967e32e5db84dbcd8dd96d02e29d771875b5.zip |
net-p2p/deluge: gnome USE flag renamed to libnotify
svn path=/sunrise/; revision=2848
Diffstat (limited to 'net-p2p/deluge/deluge-0.4.1.ebuild')
-rw-r--r-- | net-p2p/deluge/deluge-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/deluge/deluge-0.4.1.ebuild b/net-p2p/deluge/deluge-0.4.1.ebuild index 5504076d5..5f3e07901 100644 --- a/net-p2p/deluge/deluge-0.4.1.ebuild +++ b/net-p2p/deluge/deluge-0.4.1.ebuild @@ -11,14 +11,14 @@ SRC_URI="http://deluge-torrent.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gnome" +IUSE="libnotify" DEPEND=">=dev-lang/python-2.3 dev-libs/boost >=dev-python/pygtk-2 ~dev-python/python-libtorrent-0.4.0 dev-python/pyxdg - gnome? ( dev-python/notify-python )" + libnotify? ( dev-python/notify-python )" RDEPEND="${DEPEND}" src_install() { |