diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 16:31:27 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-25 16:31:27 +0300 |
commit | 2dd48e3d2ee1b2555742d9c321e265c7018fb704 (patch) | |
tree | 712f85976d1c8e0d2ffda7023a758539ed0b5a53 /app-portage | |
parent | dev-ml/ppx_cold: Stabilize 0.15.0 ppc64, #901519 (diff) | |
download | gentoo-2dd48e3d2ee1b2555742d9c321e265c7018fb704.tar.gz gentoo-2dd48e3d2ee1b2555742d9c321e265c7018fb704.tar.bz2 gentoo-2dd48e3d2ee1b2555742d9c321e265c7018fb704.zip |
app-portage/portage-utils: Stabilize 0.95 hppa, #903031
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/portage-utils/portage-utils-0.95.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/portage-utils/portage-utils-0.95.ebuild b/app-portage/portage-utils/portage-utils-0.95.ebuild index 6a5ba646bb4c..02aaf3acbe80 100644 --- a/app-portage/portage-utils/portage-utils-0.95.ebuild +++ b/app-portage/portage-utils/portage-utils-0.95.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/portage-utils.git" else SRC_URI="https://dev.gentoo.org/~grobian/distfiles/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="GPL-2" |