diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-16 23:30:51 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-16 23:45:13 -0700 |
commit | dae0bf720f7ea2da37607d3328da0e7b5c02b494 (patch) | |
tree | 1f4f0875c16b050e7fb30fc8ebb0790a822ae936 /dev-libs/Ice | |
parent | media-sound/murmur: Drop ia64 keywords (diff) | |
download | gentoo-dae0bf720f7ea2da37607d3328da0e7b5c02b494.tar.gz gentoo-dae0bf720f7ea2da37607d3328da0e7b5c02b494.tar.bz2 gentoo-dae0bf720f7ea2da37607d3328da0e7b5c02b494.zip |
dev-libs/Ice: Drop ia64 keywords
Diffstat (limited to 'dev-libs/Ice')
-rw-r--r-- | dev-libs/Ice/Ice-3.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/Ice/Ice-3.5.1.ebuild b/dev-libs/Ice/Ice-3.5.1.ebuild index a3ebdc00bc33..1dd21cb31ad4 100644 --- a/dev-libs/Ice/Ice-3.5.1.ebuild +++ b/dev-libs/Ice/Ice-3.5.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://www.zeroc.com/download/Ice/$(get_version_component_range 1-2)/${ doc? ( http://www.zeroc.com/download/Ice/$(get_version_component_range 1-2)/${P}.pdf )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm x86 ~x86-linux ~x64-macos" IUSE="doc examples +ncurses mono python ruby test debug" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |