diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-24 17:43:19 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-24 19:38:08 -0500 |
commit | 8809440e4b9bd6df32f22e3872f4767a7f75f233 (patch) | |
tree | 6db6dd9aacf98a58fcf357af1183ac6ec69841d7 /sys-libs/pam | |
parent | dev-util/cargo: version bump to 0.24.0 (diff) | |
download | musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.tar.gz musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.tar.bz2 musl-8809440e4b9bd6df32f22e3872f4767a7f75f233.zip |
Remove more keywords not supported on musl
Diffstat (limited to 'sys-libs/pam')
-rw-r--r-- | sys-libs/pam/pam-1.2.1-r2.ebuild | 2 | ||||
-rw-r--r-- | sys-libs/pam/pam-1.3.0-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/pam/pam-1.2.1-r2.ebuild b/sys-libs/pam/pam-1.2.1-r2.ebuild index 71ed419d..63ba1a16 100644 --- a/sys-libs/pam/pam-1.2.1-r2.ebuild +++ b/sys-libs/pam/pam-1.2.1-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2 LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="amd64 arm ia64 ~mips ppc sh sparc x86" IUSE="audit berkdb +cracklib debug nis nls +pie selinux test" RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] ) diff --git a/sys-libs/pam/pam-1.3.0-r2.ebuild b/sys-libs/pam/pam-1.3.0-r2.ebuild index 8551455a..f1c5ac26 100644 --- a/sys-libs/pam/pam-1.3.0-r2.ebuild +++ b/sys-libs/pam/pam-1.3.0-r2.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.linux-pam.org/library/${MY_P}.tar.bz2 LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~sh ~sparc ~x86" IUSE="audit berkdb cracklib debug nis nls +pie selinux test vim-syntax" RDEPEND=" |