diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-30 15:47:22 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-30 15:47:22 +0000 |
commit | ca45d1811f310b5c5c7c9274b82cd1d893058480 (patch) | |
tree | 1702390e6ca59b37fc3a5c94db26ee9a8c0516d9 /app-arch | |
parent | old (diff) | |
download | gentoo-2-ca45d1811f310b5c5c7c9274b82cd1d893058480.tar.gz gentoo-2-ca45d1811f310b5c5c7c9274b82cd1d893058480.tar.bz2 gentoo-2-ca45d1811f310b5c5c7c9274b82cd1d893058480.zip |
Add missing flag-o-matic inherit, bug #527470.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/zpaq/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/zpaq/zpaq-6.49.ebuild | 4 | ||||
-rw-r--r-- | app-arch/zpaq/zpaq-6.53.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-arch/zpaq/ChangeLog b/app-arch/zpaq/ChangeLog index 0fb8d2954b3c..05f957cc35ec 100644 --- a/app-arch/zpaq/ChangeLog +++ b/app-arch/zpaq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/zpaq # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.16 2014/06/17 15:14:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/ChangeLog,v 1.17 2014/10/30 15:47:22 mgorny Exp $ + + 30 Oct 2014; Michał Górny <mgorny@gentoo.org> zpaq-6.49.ebuild, + zpaq-6.53.ebuild: + Add missing flag-o-matic inherit, bug #527470. *zpaq-6.53 (17 Jun 2014) diff --git a/app-arch/zpaq/zpaq-6.49.ebuild b/app-arch/zpaq/zpaq-6.49.ebuild index ffda21f25a3e..513b9e89b853 100644 --- a/app-arch/zpaq/zpaq-6.49.ebuild +++ b/app-arch/zpaq/zpaq-6.49.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild,v 1.1 2014/02/19 17:32:37 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.49.ebuild,v 1.2 2014/10/30 15:47:22 mgorny Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils eutils +inherit autotools-utils eutils flag-o-matic MY_P=${PN}${PV/./} DESCRIPTION="Journaling incremental deduplicating archiving compressor" diff --git a/app-arch/zpaq/zpaq-6.53.ebuild b/app-arch/zpaq/zpaq-6.53.ebuild index 919bc5b20818..1685b11fc3f9 100644 --- a/app-arch/zpaq/zpaq-6.53.ebuild +++ b/app-arch/zpaq/zpaq-6.53.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild,v 1.1 2014/06/17 15:14:57 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zpaq/zpaq-6.53.ebuild,v 1.2 2014/10/30 15:47:22 mgorny Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils eutils +inherit autotools-utils eutils flag-o-matic MY_P=${PN}${PV/./} DESCRIPTION="Journaling incremental deduplicating archiving compressor" |