diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-06-30 08:07:18 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-06-30 08:07:18 +0000 |
commit | fcab07839a9512a52ffcff4993ce7588a338ef34 (patch) | |
tree | 99e6242d9a5659d100432904344242d9799c2ac3 /net-im | |
parent | Version bump. Removed old (diff) | |
download | gentoo-2-fcab07839a9512a52ffcff4993ce7588a338ef34.tar.gz gentoo-2-fcab07839a9512a52ffcff4993ce7588a338ef34.tar.bz2 gentoo-2-fcab07839a9512a52ffcff4993ce7588a338ef34.zip |
reset VALA_MIN_API_VERSION, fixes bug #553378
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'net-im')
-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 |