diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 20:43:19 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 20:54:00 +0200 |
commit | bef42d58da94689bade12d4fb0d9d4b341bb6434 (patch) | |
tree | 686e69cd6a3c1b6398b958ba2c9233d57ceceeb5 /dev-perl/File-HomeDir | |
parent | dev-perl/File-Copy-Recursive: added Prefix keywords, bug #665088 (diff) | |
download | gentoo-bef42d58da94689bade12d4fb0d9d4b341bb6434.tar.gz gentoo-bef42d58da94689bade12d4fb0d9d4b341bb6434.tar.bz2 gentoo-bef42d58da94689bade12d4fb0d9d4b341bb6434.zip |
dev-perl/File-HomeDir: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-perl/File-HomeDir')
-rw-r--r-- | dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild b/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild index 8a337a873e32..b21299fb1ed4 100644 --- a/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild +++ b/dev-perl/File-HomeDir/File-HomeDir-1.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Get home directory for self or other user" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~ppc-macos ~x64-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+xdg test" RDEPEND=" |