diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-06-24 13:37:40 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-06-24 13:37:40 -0400 |
commit | 8dc61cf6ff392648495b15518d970eade9fd3cdc (patch) | |
tree | f46b0be77b982fbb9d10cd35da07d4349867ed35 /sys-libs/obstack-standalone | |
parent | sys-process/cronie: fix bug #658846 (diff) | |
download | gentoo-8dc61cf6ff392648495b15518d970eade9fd3cdc.tar.gz gentoo-8dc61cf6ff392648495b15518d970eade9fd3cdc.tar.bz2 gentoo-8dc61cf6ff392648495b15518d970eade9fd3cdc.zip |
sys-libs/obstack-standalone: stable on amd64, arm, ppc and x86
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/obstack-standalone')
-rw-r--r-- | sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild index 99a82b88b7b2..8a82593f24b2 100644 --- a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild +++ b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/pullmoll/musl-obstack/archive/v${PV}.tar.gz -> ${P}. LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" +KEYWORDS="amd64 arm ~mips ppc x86" IUSE="static-libs" DEPEND=" |