diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-07-03 15:17:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-07-03 15:17:03 +0000 |
commit | 65725944aa5555ea0477136f59351cbf9b94f5c2 (patch) | |
tree | f994e585139554b6455c9691d47c346bb81d3928 /dev-cpp | |
parent | eapi bump for php-5.3 (bug #298205) (diff) | |
download | gentoo-2-65725944aa5555ea0477136f59351cbf9b94f5c2.tar.gz gentoo-2-65725944aa5555ea0477136f59351cbf9b94f5c2.tar.bz2 gentoo-2-65725944aa5555ea0477136f59351cbf9b94f5c2.zip |
alpha/ia64/sparc stable wrt #326499
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/asio/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/asio/asio-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/asio/ChangeLog b/dev-cpp/asio/ChangeLog index f2c764b9515c..f4c1e2e51823 100644 --- a/dev-cpp/asio/ChangeLog +++ b/dev-cpp/asio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/asio # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.21 2010/07/02 14:58:54 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/asio/ChangeLog,v 1.22 2010/07/03 15:17:03 armin76 Exp $ + + 03 Jul 2010; Raúl Porcel <armin76@gentoo.org> asio-1.4.1.ebuild: + alpha/ia64/sparc stable wrt #326499 *asio-1.4.5 (02 Jul 2010) 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 ) |