diff options
-rw-r--r-- | net-im/corebird/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/corebird/corebird-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/corebird/ChangeLog b/net-im/corebird/ChangeLog index 4d744fe2688e..4f60a52bf99c 100644 --- a/net-im/corebird/ChangeLog +++ b/net-im/corebird/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/corebird # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/ChangeLog,v 1.3 2015/06/26 18:23:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/ChangeLog,v 1.4 2015/06/30 08:07:18 idella4 Exp $ + + 30 Jun 2015; Ian Delaney <idella4@gentoo.org> corebird-1.0.ebuild: + reset VALA_MIN_API_VERSION, fixes bug #553378 *corebird-1.0 (26 Jun 2015) diff --git a/net-im/corebird/corebird-1.0.ebuild b/net-im/corebird/corebird-1.0.ebuild index c594043db411..4b40809f4da1 100644 --- a/net-im/corebird/corebird-1.0.ebuild +++ b/net-im/corebird/corebird-1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/corebird-1.0.ebuild,v 1.1 2015/06/26 18:23:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/corebird/corebird-1.0.ebuild,v 1.2 2015/06/30 08:07:18 idella4 Exp $ EAPI=5 -VALA_MIN_API_VERSION=0.24 +VALA_MIN_API_VERSION=0.26 AUTOTOOLS_AUTORECONF=1 AUTOTOOLS_IN_SOURCE_BUILD=1 |