diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-08-29 14:37:07 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-08-29 14:37:07 +0000 |
commit | 9cd4fe58522124974f634da9c89f6e4eb26c5001 (patch) | |
tree | 1f4668cf56c40fe6c01ba685a4536ff9db7a92b0 /dev-cpp/asio/asio-1.4.5.ebuild | |
parent | Stable on amd64 wrt bug #333435 (diff) | |
download | gentoo-2-9cd4fe58522124974f634da9c89f6e4eb26c5001.tar.gz gentoo-2-9cd4fe58522124974f634da9c89f6e4eb26c5001.tar.bz2 gentoo-2-9cd4fe58522124974f634da9c89f6e4eb26c5001.zip |
alpha/ia64/sparc stable wrt #330453
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-cpp/asio/asio-1.4.5.ebuild')
-rw-r--r-- | dev-cpp/asio/asio-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/asio/asio-1.4.5.ebuild b/dev-cpp/asio/asio-1.4.5.ebuild index 37c502e0b3bb..21b2f0359097 100644 --- a/dev-cpp/asio/asio-1.4.5.ebuild +++ b/dev-cpp/asio/asio-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.6 2010/07/31 22:37:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.5.ebuild,v 1.7 2010/08/29 14:37:07 armin76 Exp $ EAPI=2 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86" IUSE="doc examples ssl test" DEPEND="ssl? ( dev-libs/openssl ) |