diff options
author | 2018-11-08 00:43:16 +0100 | |
---|---|---|
committer | 2018-11-08 00:43:16 +0100 | |
commit | b7bfa4398923924bfd7ee095910dac8ecd02c60c (patch) | |
tree | 55aac95e3a4843360a5d158ad3190c24931bb3ef | |
parent | net-fs/sshfs: x86 stable (bug #669962) (diff) | |
download | gentoo-b7bfa4398923924bfd7ee095910dac8ecd02c60c.tar.gz gentoo-b7bfa4398923924bfd7ee095910dac8ecd02c60c.tar.bz2 gentoo-b7bfa4398923924bfd7ee095910dac8ecd02c60c.zip |
app-admin/sudo: x86 stable (bug #670582)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | app-admin/sudo/sudo-1.8.25_p1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild b/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild index 791b5335be87..dec71f60b878 100644 --- a/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild +++ b/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild @@ -23,7 +23,7 @@ if [[ ${PV} != "9999" ]] ; then SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz" if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~sparc-solaris" fi fi |