diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-13 23:13:48 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-12-13 23:13:48 +0000 |
commit | 838ea7ce91b0d98b24e198279be7156bfd368dca (patch) | |
tree | 1f7ceac0859a34109b921b140ac2b444c36f6fdd /dev-perl/SQL-Abstract | |
parent | Version bump, drop to ~arch because of bug 531132 (diff) | |
download | gentoo-2-838ea7ce91b0d98b24e198279be7156bfd368dca.tar.gz gentoo-2-838ea7ce91b0d98b24e198279be7156bfd368dca.tar.bz2 gentoo-2-838ea7ce91b0d98b24e198279be7156bfd368dca.zip |
Add missing dependency on dev-perl/Moo, bug 526514
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'dev-perl/SQL-Abstract')
-rw-r--r-- | dev-perl/SQL-Abstract/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-perl/SQL-Abstract/ChangeLog b/dev-perl/SQL-Abstract/ChangeLog index f23c09ae79bb..e584789098e7 100644 --- a/dev-perl/SQL-Abstract/ChangeLog +++ b/dev-perl/SQL-Abstract/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SQL-Abstract # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.60 2014/07/26 14:35:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/ChangeLog,v 1.61 2014/12/13 23:13:48 dilfridge Exp $ + + 13 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> + SQL-Abstract-1.780.0.ebuild: + Add missing dependency on dev-perl/Moo, bug 526514 26 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -SQL-Abstract-1.63.ebuild, -SQL-Abstract-1.720.0.ebuild, -SQL-Abstract-1.730.0.ebuild, diff --git a/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild b/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild index 899008d04faa..05ea339621ee 100644 --- a/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild +++ b/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v 1.2 2014/07/26 14:33:41 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SQL-Abstract/SQL-Abstract-1.780.0.ebuild,v 1.3 2014/12/13 23:13:48 dilfridge Exp $ EAPI=5 @@ -18,6 +18,7 @@ RDEPEND=" >=dev-perl/Class-Accessor-Grouped-0.100.50 >=dev-perl/Getopt-Long-Descriptive-0.91.0 dev-perl/Hash-Merge + dev-perl/Moo " DEPEND="${RDEPEND} test? ( |