diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 18:56:13 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-12-02 18:56:13 +0000 |
commit | 8823a6203ec6946bd9683cd548cc3b1410955ef3 (patch) | |
tree | 0bf16ab052ea4bd7f3003f6cbec4cd35f7814424 /www-client/downman | |
parent | Rebuild the full autotools, so that we don't rely on old automake-1.8. (diff) | |
download | gentoo-2-8823a6203ec6946bd9683cd548cc3b1410955ef3.tar.gz gentoo-2-8823a6203ec6946bd9683cd548cc3b1410955ef3.tar.bz2 gentoo-2-8823a6203ec6946bd9683cd548cc3b1410955ef3.zip |
Drop requirement for automake-1.7, works fine with 1.11.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'www-client/downman')
-rw-r--r-- | www-client/downman/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/downman/downman-0.0.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-client/downman/ChangeLog b/www-client/downman/ChangeLog index 82466636e688..69c839338b30 100644 --- a/www-client/downman/ChangeLog +++ b/www-client/downman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/downman -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/downman/ChangeLog,v 1.7 2008/04/21 18:19:34 phreak Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/downman/ChangeLog,v 1.8 2010/12/02 18:56:13 flameeyes Exp $ + + 02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org> + downman-0.0.5-r1.ebuild: + Drop requirement for automake-1.7, works fine with 1.11. 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata diff --git a/www-client/downman/downman-0.0.5-r1.ebuild b/www-client/downman/downman-0.0.5-r1.ebuild index 445135a8f437..e87e66cb7449 100644 --- a/www-client/downman/downman-0.0.5-r1.ebuild +++ b/www-client/downman/downman-0.0.5-r1.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/downman/downman-0.0.5-r1.ebuild,v 1.3 2007/11/04 14:02:32 drac Exp $ - -WANT_AUTOMAKE=1.7 +# $Header: /var/cvsroot/gentoo-x86/www-client/downman/downman-0.0.5-r1.ebuild,v 1.4 2010/12/02 18:56:13 flameeyes Exp $ inherit autotools eutils gnome2 |