diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-06-21 15:30:37 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-06-21 15:30:37 +0000 |
commit | be1b911862c748a64ed1aa7fa0c4558f602584d2 (patch) | |
tree | f4b2c1cc18f8ead55b7d0455360e3565197fbb6d /app-portage | |
parent | Restrict media-libs/lcms depend to old version. (diff) | |
download | gentoo-2-be1b911862c748a64ed1aa7fa0c4558f602584d2.tar.gz gentoo-2-be1b911862c748a64ed1aa7fa0c4558f602584d2.tar.bz2 gentoo-2-be1b911862c748a64ed1aa7fa0c4558f602584d2.zip |
tweak USE=debug description by Martin Vät
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/eix/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/eix/metadata.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog index 73c70f636821..eb303f30ea74 100644 --- a/app-portage/eix/ChangeLog +++ b/app-portage/eix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/eix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.335 2010/06/20 12:09:03 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.336 2010/06/21 15:30:37 darkside Exp $ + + 21 Jun 2010; Jeremy Olexa <darkside@gentoo.org> metadata.xml: + tweak USE=debug description by Martin Vät 20 Jun 2010; Markos Chandras <hwoarang@gentoo.org> eix-0.20.5.ebuild: Stable on amd64 wrt bug #323703 diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml index d4b6e9db4c22..408fcb30a3be 100644 --- a/app-portage/eix/metadata.xml +++ b/app-portage/eix/metadata.xml @@ -14,7 +14,7 @@ </maintainer> <use> <flag name="bzip2">Support for parsing of environment.bz2 to guess repository name of packages installed with ancient portage versions (requires <pkg>app-arch/bzip2</pkg>). This flag is safe to disable for portage users that have re-merged all packages since 2007. This flag will be phased out.</flag> - <flag name="debug">Build with CXXFLAGS/LDFLAGS for debugging support. Only makes sense in combination with FEATURES=nostrip.</flag> + <flag name="debug">Build with CXXFLAGS/LDFLAGS for debugging support; not recommended for normal use.</flag> <flag name="deprecated">Installs wrapper scripts for all the previous executable names that will soon be going away. Enabled by default in 0.17.0, optional in 0.18.0, removed in next major release.</flag> <flag name="doc">Create description of the eix cache file additionally in html format</flag> <flag name="hardened">Add CXXFLAGS/LDFLAGS enhancing security at the cost of a slight speed loss. If a hardened gcc is used, these flags should not make a difference.</flag> |