diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 00:18:57 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 00:18:57 +0100 |
commit | dd91324399fc46f92f8d92e33826c4314a6c4b71 (patch) | |
tree | 150c715759d4a0c5925f75a60cdf3cb9d7ac0567 /sys-libs/liburing | |
parent | profiles/profiles.desc: deprecate most ia64 profiles (diff) | |
download | gentoo-dd91324399fc46f92f8d92e33826c4314a6c4b71.tar.gz gentoo-dd91324399fc46f92f8d92e33826c4314a6c4b71.tar.bz2 gentoo-dd91324399fc46f92f8d92e33826c4314a6c4b71.zip |
sys-libs/liburing: keyworded 0.5 for ia64, bug #711488
Package-Manager: Portage-2.3.98, Repoman-2.3.22
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-libs/liburing')
-rw-r--r-- | sys-libs/liburing/liburing-0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/liburing/liburing-0.5.ebuild b/sys-libs/liburing/liburing-0.5.ebuild index df14f2d99ec8..86fb10936d7b 100644 --- a/sys-libs/liburing/liburing-0.5.ebuild +++ b/sys-libs/liburing/liburing-0.5.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://git.kernel.dk/cgit/${PN}/snapshot/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ia64 ~x86" IUSE="static-libs" src_prepare() { |