diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-16 12:08:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-16 12:08:46 +0100 |
commit | fc8ba2964d22a506212d7c3aa836437c8191ec4d (patch) | |
tree | 46f17d72cb03cc4b1229c7081bc8532034059300 | |
parent | sci-biology/cufflinks: Fix boost TR1 header include (diff) | |
download | gentoo-fc8ba2964d22a506212d7c3aa836437c8191ec4d.tar.gz gentoo-fc8ba2964d22a506212d7c3aa836437c8191ec4d.tar.bz2 gentoo-fc8ba2964d22a506212d7c3aa836437c8191ec4d.zip |
net-libs/loudmouth: stable 1.5.2-r1 for ia64, bug #619488
Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"
-rw-r--r-- | net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild b/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild index b5dac8fc2678..0059fb3c90fc 100644 --- a/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild +++ b/net-libs/loudmouth/loudmouth-1.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mcabber/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" IUSE="asyncns ssl openssl static-libs test" |