diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-27 16:38:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-27 16:38:52 +0100 |
commit | 27d2063a8ce38cd407a1bba3d60ff41f6510c0b5 (patch) | |
tree | 6f509422a97b0c037eca74973aab5d5ccd019ae9 /app-portage | |
parent | dev-db/mytop: Version bump (diff) | |
download | gentoo-27d2063a8ce38cd407a1bba3d60ff41f6510c0b5.tar.gz gentoo-27d2063a8ce38cd407a1bba3d60ff41f6510c0b5.tar.bz2 gentoo-27d2063a8ce38cd407a1bba3d60ff41f6510c0b5.zip |
app-portage/repoman: add Prefix keywords
Package-Manager: Portage-2.3.2-prefix, Repoman-2.3.1
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/repoman/repoman-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/repoman/repoman-2.3.1.ebuild b/app-portage/repoman/repoman-2.3.1.ebuild index 0bc133884be6..0f3144ed6a34 100644 --- a/app-portage/repoman/repoman-2.3.1.ebuild +++ b/app-portage/repoman/repoman-2.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then S="${WORKDIR}/${P}/repoman" else SRC_URI="https://dev.gentoo.org/~dolsen/releases/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-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" |