diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-09 11:48:13 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-09-09 11:48:13 +0000 |
commit | b6b5c37dfb64c241dde1dd52d52d50c75b2d5179 (patch) | |
tree | 2223bb78956ac26d72b0f1e67b0f9c89227c5611 /dev-perl/Test-CheckDeps | |
parent | Add ~arm keyword, wrt bug #449762 (diff) | |
download | gentoo-2-b6b5c37dfb64c241dde1dd52d52d50c75b2d5179.tar.gz gentoo-2-b6b5c37dfb64c241dde1dd52d52d50c75b2d5179.tar.bz2 gentoo-2-b6b5c37dfb64c241dde1dd52d52d50c75b2d5179.zip |
Add ~arm keyword, wrt bug #449762
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-perl/Test-CheckDeps')
-rw-r--r-- | dev-perl/Test-CheckDeps/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Test-CheckDeps/ChangeLog b/dev-perl/Test-CheckDeps/ChangeLog index 7de1de0b61af..74f134ad2b54 100644 --- a/dev-perl/Test-CheckDeps/ChangeLog +++ b/dev-perl/Test-CheckDeps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Test-CheckDeps # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-CheckDeps/ChangeLog,v 1.3 2013/04/16 17:58:22 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-CheckDeps/ChangeLog,v 1.4 2013/09/09 11:48:13 pinkbyte Exp $ + + 09 Sep 2013; Sergey Popov <pinkbyte@gentoo.org> Test-CheckDeps-0.2.0.ebuild: + Add ~arm keyword, wrt bug #449762 16 Apr 2013; Vicente Olivert Riera <vincent@gentoo.org> Test-CheckDeps-0.2.0.ebuild: diff --git a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild b/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild index c0423ca9e74f..45dfc64a1f6a 100644 --- a/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild +++ b/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild,v 1.2 2013/04/16 17:19:54 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-CheckDeps/Test-CheckDeps-0.2.0.ebuild,v 1.3 2013/09/09 11:48:13 pinkbyte Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION='Check for presence of dependencies' SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" RDEPEND=" |