diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-07-13 16:52:57 -0500 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-15 16:58:25 +0300 |
commit | c71869b8c234231c880036eb520dc2002d871d1f (patch) | |
tree | 9f7cb56e037a346230e8f4efef33d48d0d886478 /general-concepts/use-flags | |
parent | use-flags: Fix desciption of metadata.xml location (diff) | |
download | devmanual-c71869b8c234231c880036eb520dc2002d871d1f.tar.gz devmanual-c71869b8c234231c880036eb520dc2002d871d1f.tar.bz2 devmanual-c71869b8c234231c880036eb520dc2002d871d1f.zip |
use-flags: Add category for msmtp
Reformat source for readability
Diffstat (limited to 'general-concepts/use-flags')
-rw-r--r-- | general-concepts/use-flags/text.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml index fafb3f7..0ff47fc 100644 --- a/general-concepts/use-flags/text.xml +++ b/general-concepts/use-flags/text.xml @@ -167,15 +167,16 @@ RDEPEND="fakemedia? ( >=media-libs/fakemedia-1-1 )" <title>Conflicting USE Flags</title> <body> <p> -Occasionally, ebuilds will have conflicting USE flags for functionality. -Checking for them and returning an error is <e>not</e> a viable solution. Instead, -you must pick one of the USE flags in conflict to favour. + Occasionally, ebuilds will have conflicting USE flags for functionality. + Checking for them and returning an error is <e>not</e> a viable solution. + Instead, you must pick one of the USE flags in conflict to favour and should + alert the user that a particular flag is being used instead. </p> <p> -One example comes from the <c>msmtp</c> ebuilds. The package can use either SSL -with GnuTLS, SSL with OpenSSL, or no SSL at all. Because GnuTLS is more -featureful than OpenSSL, it is favoured: + One example comes from the <c>mail-mta/msmtp</c> ebuilds. The package can + use either SSL with GnuTLS, SSL with OpenSSL, or no SSL at all. Because + GnuTLS is more featureful than OpenSSL, it is favoured: </p> <codesample lang="ebuild"> |