diff options
Diffstat (limited to 'dev-cpp/asio/asio-1.4.1.ebuild')
-rw-r--r-- | dev-cpp/asio/asio-1.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/asio/asio-1.4.1.ebuild b/dev-cpp/asio/asio-1.4.1.ebuild index 891f72ed16ca..e61cea01fef8 100644 --- a/dev-cpp/asio/asio-1.4.1.ebuild +++ b/dev-cpp/asio/asio-1.4.1.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.1.ebuild,v 1.5 2010/05/16 16:30:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/asio-1.4.1.ebuild,v 1.6 2010/07/03 15:17:03 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 ~ia64 ~sparc x86" +KEYWORDS="alpha amd64 ia64 sparc x86" IUSE="doc examples ssl test" RDEPEND="ssl? ( dev-libs/openssl ) |