diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-06-21 15:18:40 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-06-21 15:18:40 +0000 |
commit | 08fa65c12c4e7c08548f02db0dfeccb273d11bd0 (patch) | |
tree | aaf53e5dba270f7e1eb0f47940ab6c86697fe0c6 /app-i18n | |
parent | Inherit user instead of eutils. (diff) | |
download | gentoo-2-08fa65c12c4e7c08548f02db0dfeccb273d11bd0.tar.gz gentoo-2-08fa65c12c4e7c08548f02db0dfeccb273d11bd0.tar.bz2 gentoo-2-08fa65c12c4e7c08548f02db0dfeccb273d11bd0.zip |
add dev-lang/perl to DEPEND wrt bug #422629
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/man-pages-de/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/man-pages-de/man-pages-de-0.12.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/man-pages-de/man-pages-de-0.8.ebuild | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/app-i18n/man-pages-de/ChangeLog b/app-i18n/man-pages-de/ChangeLog index 4ba8fcfaace7..9bc99282ab1a 100644 --- a/app-i18n/man-pages-de/ChangeLog +++ b/app-i18n/man-pages-de/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/man-pages-de # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v 1.21 2012/03/31 11:13:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/ChangeLog,v 1.22 2012/06/21 15:18:40 hasufell Exp $ + + 21 Jun 2012; Julian Ospald <hasufell@gentoo.org> man-pages-de-0.8.ebuild, + man-pages-de-0.12.ebuild: + add dev-lang/perl to DEPEND wrt bug #422629 31 Mar 2012; Ulrich Müller <ulm@gentoo.org> man-pages-de-0.12.ebuild: Fix collision with sys-apps/shadow, bug 410283. Install documentation. diff --git a/app-i18n/man-pages-de/man-pages-de-0.12.ebuild b/app-i18n/man-pages-de/man-pages-de-0.12.ebuild index 8ddd27c7af3d..cc56d014b57d 100644 --- a/app-i18n/man-pages-de/man-pages-de-0.12.ebuild +++ b/app-i18n/man-pages-de/man-pages-de-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.12.ebuild,v 1.2 2012/03/31 11:13:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.12.ebuild,v 1.3 2012/06/21 15:18:40 hasufell Exp $ EAPI=4 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" -DEPEND="" +DEPEND="dev-lang/perl" RDEPEND="virtual/man" S=${WORKDIR}/${MY_P} diff --git a/app-i18n/man-pages-de/man-pages-de-0.8.ebuild b/app-i18n/man-pages-de/man-pages-de-0.8.ebuild index 47a7e71125b9..6fe909f11d01 100644 --- a/app-i18n/man-pages-de/man-pages-de-0.8.ebuild +++ b/app-i18n/man-pages-de/man-pages-de-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.8.ebuild,v 1.9 2012/03/18 18:51:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/man-pages-de/man-pages-de-0.8.ebuild,v 1.10 2012/06/21 15:18:40 hasufell Exp $ MY_PN=manpages-de @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" +DEPEND="dev-lang/perl" RDEPEND="virtual/man" S=${WORKDIR}/${MY_PN}-${PV} |