diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-09-06 03:59:09 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-09-06 03:59:09 +0000 |
commit | 936525c41fc0cd8e2fe964da03f9407b3ee9a71c (patch) | |
tree | 60a57c6478a265c141f347dea3d47be545f1fb13 /net-misc/quagga/ChangeLog | |
parent | Revision bump; seems like rpath does not work too well, but since it's just t... (diff) | |
download | historical-936525c41fc0cd8e2fe964da03f9407b3ee9a71c.tar.gz historical-936525c41fc0cd8e2fe964da03f9407b3ee9a71c.tar.bz2 historical-936525c41fc0cd8e2fe964da03f9407b3ee9a71c.zip |
Add a readline USE flag to disable vtysh; ignore pam USE flag if vtysh is disabled; disable forced PIE build; inline most of the parameters to econf call; rename PAM file to Quagga (since that's what the code looks for); update metadata for flag documentation and reduce the description.
Package-Manager: portage-2.2_rc75/cvs/Linux x86_64
Diffstat (limited to 'net-misc/quagga/ChangeLog')
-rw-r--r-- | net-misc/quagga/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/net-misc/quagga/ChangeLog b/net-misc/quagga/ChangeLog index 56d970d61026..df1333e2ca65 100644 --- a/net-misc/quagga/ChangeLog +++ b/net-misc/quagga/ChangeLog @@ -2,7 +2,14 @@ # Copyright 1999-2010 Gentoo Foundation # Copyright 2003-2004 DataCore GmbH # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.87 2010/09/06 03:31:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/quagga/ChangeLog,v 1.88 2010/09/06 03:59:09 flameeyes Exp $ + + 06 Sep 2010; Diego E. Pettenò <flameeyes@gentoo.org> + quagga-0.99.17-r1.ebuild, metadata.xml: + Add a readline USE flag to disable vtysh; ignore pam USE flag if vtysh is + disabled; disable forced PIE build; inline most of the parameters to econf + call; rename PAM file to Quagga (since that's what the code looks for); + update metadata for flag documentation and reduce the description. *quagga-0.99.17-r1 (06 Sep 2010) |