diff options
author | Fabian Groffen <grobian@gentoo.org> | 2014-07-10 17:15:39 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2014-07-10 17:15:39 +0000 |
commit | a4e4470ae78c1c739c77d056c2b9422f02d436ae (patch) | |
tree | d6037d48653667ef1d478ab61bd57e00ebcdbfbe /dev-perl | |
parent | Move rootprefix logic into the main configure block. (diff) | |
download | gentoo-2-a4e4470ae78c1c739c77d056c2b9422f02d436ae.tar.gz gentoo-2-a4e4470ae78c1c739c77d056c2b9422f02d436ae.tar.bz2 gentoo-2-a4e4470ae78c1c739c77d056c2b9422f02d436ae.zip |
Add virtual/libintl dependency, bug #516760
(Portage version: 2.2.10.1-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/libintl-perl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-perl/libintl-perl/ChangeLog b/dev-perl/libintl-perl/ChangeLog index f49df264ce50..24eb86dcd014 100644 --- a/dev-perl/libintl-perl/ChangeLog +++ b/dev-perl/libintl-perl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/libintl-perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.57 2014/07/08 10:31:45 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/ChangeLog,v 1.58 2014/07/10 17:15:39 grobian Exp $ + + 10 Jul 2014; Fabian Groffen <grobian@gentoo.org> libintl-perl-1.230.0.ebuild: + Add virtual/libintl dependency, bug #516760 08 Jul 2014; Michael Haubenwallner <haubi@gentoo.org> libintl-perl-1.230.0.ebuild: diff --git a/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild b/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild index 1022aa18530a..6654a88d7b4e 100644 --- a/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild +++ b/dev-perl/libintl-perl/libintl-perl-1.230.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/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.4 2014/07/08 10:31:46 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/libintl-perl/libintl-perl-1.230.0.ebuild,v 1.5 2014/07/10 17:15:39 grobian Exp $ EAPI=5 @@ -16,6 +16,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="" +DEPEND="virtual/libintl" +RDEPEND=${DEPEND} + SRC_TEST=do src_test() { |