summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2009-05-14 01:23:12 -0700
committerEric Sandall2009-05-14 01:23:12 -0700
commit02f9604f037a80e525d3b20f2033c6e51471ed86 (patch)
tree23e6c8eb5e918d79d9266e110c100a4680367dec
parentea35acf76d5fc75f814cab69250cbcb2edd558ed (diff)
libtorrent: Optional dependencies go after hard dependencies
-rwxr-xr-xftp-libs/libtorrent/DEPENDS10
-rw-r--r--ftp-libs/libtorrent/HISTORY1
2 files changed, 6 insertions, 5 deletions
diff --git a/ftp-libs/libtorrent/DEPENDS b/ftp-libs/libtorrent/DEPENDS
index aee8abb91b..83a19652f2 100755
--- a/ftp-libs/libtorrent/DEPENDS
+++ b/ftp-libs/libtorrent/DEPENDS
@@ -1,5 +1,5 @@
-optional_depends "openssl" "" "--disable-openssl" "Needed for \
-encryption" &&
-depends libsigc++3 &&
-depends automake &&
-depends libtool
+depends libsigc++3 &&
+depends automake &&
+depends libtool &&
+
+optional_depends "openssl" "" "--disable-openssl" "Needed for encryption"
diff --git a/ftp-libs/libtorrent/HISTORY b/ftp-libs/libtorrent/HISTORY
index 82e50db881..e4172e299b 100644
--- a/ftp-libs/libtorrent/HISTORY
+++ b/ftp-libs/libtorrent/HISTORY
@@ -1,4 +1,5 @@
2009-05-14 Eric Sandall <sandalle@sourcemage.org>
+ * DEPENDS: Optional dependencies go after hard dependencies
* PRE_BUILD: Apply gcc44.patch
* gcc44.patch: Fix compilation with GCC 4.4.0
From http://sources.gentoo.org/viewcvs.py/*checkout*/gentoo-x86/net-libs/libtorrent/files/libtorrent-0.12.4-gcc44.patch?rev=1.2