diff options
author | Sam James <sam@gentoo.org> | 2020-09-02 23:36:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-02 23:36:02 +0000 |
commit | af547ba57b0daa958723e1d5a355a225bb56c42a (patch) | |
tree | 95740171a906ebe9a6a24105d9fadee49dbbc01c /dev-cpp/asio | |
parent | sys-apps/moreutils: bump to 0.64 (diff) | |
download | gentoo-af547ba57b0daa958723e1d5a355a225bb56c42a.tar.gz gentoo-af547ba57b0daa958723e1d5a355a225bb56c42a.tar.bz2 gentoo-af547ba57b0daa958723e1d5a355a225bb56c42a.zip |
dev-cpp/asio: Stabilize 1.17.0 amd64, #738684
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/asio')
-rw-r--r-- | dev-cpp/asio/asio-1.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/asio/asio-1.17.0.ebuild b/dev-cpp/asio/asio-1.17.0.ebuild index a27cf64cf497..9332fa1cb3a4 100644 --- a/dev-cpp/asio/asio-1.17.0.ebuild +++ b/dev-cpp/asio/asio-1.17.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86" IUSE="doc examples libressl ssl test" RESTRICT="!test? ( test )" # test searches for libssl during ./configure, and REQUIRED_USE is easier than |