diff options
author | Michael Weber <xmw@gentoo.org> | 2013-01-21 10:19:51 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2013-01-21 10:19:51 +0000 |
commit | 6891df9e1b0537072b6c900f12b8d465a07c4d06 (patch) | |
tree | 1d7fb3eac62eaef1e8eca4666346cd8713e3f1a7 /net-p2p/ncdc | |
parent | Version bumps (diff) | |
download | gentoo-2-6891df9e1b0537072b6c900f12b8d465a07c4d06.tar.gz gentoo-2-6891df9e1b0537072b6c900f12b8d465a07c4d06.tar.bz2 gentoo-2-6891df9e1b0537072b6c900f12b8d465a07c4d06.zip |
drop unsupported configure option
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'net-p2p/ncdc')
-rw-r--r-- | net-p2p/ncdc/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-9999.ebuild | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/ncdc/ChangeLog b/net-p2p/ncdc/ChangeLog index 01a68c3f1e17..591ad797e53e 100644 --- a/net-p2p/ncdc/ChangeLog +++ b/net-p2p/ncdc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ncdc -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.28 2012/12/29 12:59:31 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.29 2013/01/21 10:19:51 xmw Exp $ + + 21 Jan 2013; Michael Weber <xmw@gentoo.org> ncdc-9999.ebuild: + drop unsupported configure option 29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> ncdc-1.14.ebuild: Stable for x86, wrt bug #449160 diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild index f076124f1bbf..5a6146a2eb73 100644 --- a/net-p2p/ncdc/ncdc-9999.ebuild +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.6 2012/05/08 13:36:18 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.7 2013/01/21 10:19:51 xmw Exp $ EAPI=4 @@ -34,6 +34,5 @@ src_prepare() { src_configure() { econf \ --disable-silent-rules \ - --enable-db-upgrade \ --enable-git-version } |