diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-03-11 00:34:48 +1300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-03-11 00:09:46 +0100 |
commit | 0490b29447879436bf3ab970d243109cf48f33c7 (patch) | |
tree | 8248fb1168ebef4145eb8c2bef9095d2c8fbfc8b /app-editors | |
parent | 57706d577385d992a55083ba964af1e571e018a2 (diff) | |
download | gentoo-0490b29447879436bf3ab970d243109cf48f33c7.tar.gz gentoo-0490b29447879436bf3ab970d243109cf48f33c7.tar.xz |
app-editors/padre: Fix dependency on dev-perl/Wx
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/padre/padre-0.980.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/padre/padre-1.0.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/padre/padre-0.980.0-r1.ebuild b/app-editors/padre/padre-0.980.0-r1.ebuild index c3f3b09e441..6f3088813a1 100644 --- a/app-editors/padre/padre-0.980.0-r1.ebuild +++ b/app-editors/padre/padre-0.980.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -87,7 +87,7 @@ RDEPEND=" >=virtual/perl-threads-shared-1.33 >=virtual/perl-Time-HiRes-1.97.18 >=dev-perl/URI-0 - >=dev-perl/wxperl-0.990.100 + >=dev-perl/Wx-0.990.100 >=dev-perl/Wx-Perl-ProcessStream-0.28 >=dev-perl/Wx-Scintilla-0.340.0 >=dev-perl/YAML-Tiny-1.32 diff --git a/app-editors/padre/padre-1.0.0.ebuild b/app-editors/padre/padre-1.0.0.ebuild index e27be4ab6ec..3f842034b39 100644 --- a/app-editors/padre/padre-1.0.0.ebuild +++ b/app-editors/padre/padre-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -87,7 +87,7 @@ RDEPEND=" >=virtual/perl-threads-shared-1.33 >=virtual/perl-Time-HiRes-1.97.18 >=dev-perl/URI-0 - >=dev-perl/wxperl-0.990.100 + >=dev-perl/Wx-0.990.100 >=dev-perl/Wx-Perl-ProcessStream-0.28 >=dev-perl/Wx-Scintilla-0.340.0 >=dev-perl/YAML-Tiny-1.32 |