diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-03 04:58:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-03 04:58:15 +0000 |
commit | d81cbd9ad81cf4371045560f01c04d2b8ccf062c (patch) | |
tree | 7755c74a68e44b0175bb17b1942aa5ca006576ce /profiles/desc | |
parent | Convert USE="ssl" to IMOBILEDEVICE_BACKEND USE_EXPAND to clarify it's exactly... (diff) | |
download | gentoo-2-d81cbd9ad81cf4371045560f01c04d2b8ccf062c.tar.gz gentoo-2-d81cbd9ad81cf4371045560f01c04d2b8ccf062c.tar.bz2 gentoo-2-d81cbd9ad81cf4371045560f01c04d2b8ccf062c.zip |
New IMOBILEDEVICE_BACKEND. See base/make.defaults too. Related to app-pda/libimobiledevice.
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/imobiledevice_backend.desc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/desc/imobiledevice_backend.desc b/profiles/desc/imobiledevice_backend.desc new file mode 100644 index 000000000000..ca12b493a344 --- /dev/null +++ b/profiles/desc/imobiledevice_backend.desc @@ -0,0 +1,10 @@ +# Copyright 1999-2012 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/imobiledevice_backend.desc,v 1.1 2012/04/03 04:58:15 ssuominen Exp $ + +# This file contains descriptions of IMOBILEDEVICE_BACKEND USE_EXPAND flags. + +# Keep it sorted. + +gnutls - Use GnuTLS as imobiledevice backend +openssl - Use OpenSSL as imobiledevice backend |