diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-17 22:48:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-01-17 22:49:02 +0300 |
commit | 7652d15f8514130e96d57123c71aa950ed0768a2 (patch) | |
tree | c41d07b2a9af38bc54f3eed080f16b986ed1877d /app-portage | |
parent | sys-apps/portage: amd64 stable wrt bug #644826 (diff) | |
download | gentoo-7652d15f8514130e96d57123c71aa950ed0768a2.tar.gz gentoo-7652d15f8514130e96d57123c71aa950ed0768a2.tar.bz2 gentoo-7652d15f8514130e96d57123c71aa950ed0768a2.zip |
app-portage/repoman: amd64 stable wrt bug #644880
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/repoman/repoman-2.3.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/repoman/repoman-2.3.6.ebuild b/app-portage/repoman/repoman-2.3.6.ebuild index 1dc354d4c07f..4c5ee5604831 100644 --- a/app-portage/repoman/repoman-2.3.6.ebuild +++ b/app-portage/repoman/repoman-2.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then S="${WORKDIR}/${P}/repoman" else SRC_URI="https://dev.gentoo.org/~zmedico/portage/archives/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Repoman is a Quality Assurance tool for Gentoo ebuilds" |