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 | efd385a4a1598ee1bb1981b1284196fd0b4f020e (patch) | |
tree | cc2bdda88eb876d7bcfa13306871dc7d02a701e4 /profiles | |
parent | Convert USE="ssl" to IMOBILEDEVICE_BACKEND USE_EXPAND to clarify it's exactly... (diff) | |
download | historical-efd385a4a1598ee1bb1981b1284196fd0b4f020e.tar.gz historical-efd385a4a1598ee1bb1981b1284196fd0b4f020e.tar.bz2 historical-efd385a4a1598ee1bb1981b1284196fd0b4f020e.zip |
New IMOBILEDEVICE_BACKEND. See base/make.defaults too. Related to app-pda/libimobiledevice.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/desc/imobiledevice_backend.desc | 10 |
2 files changed, 16 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 130b6938000c..44478efe9e58 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6380 2012/04/02 20:36:15 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.6381 2012/04/03 04:58:15 ssuominen Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 03 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + +desc/imobiledevice_backend.desc: + New IMOBILEDEVICE_BACKEND. See base/make.defaults too. Related to + app-pda/libimobiledevice. + 02 Apr 2012; Pacho Ramos <pacho@gentoo.org> package.mask: libdlna and ushare are fixed now 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 |