diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-17 15:12:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-17 15:12:34 +0000 |
commit | fc794cb2d2327b5ca6a8cd02697c85f50f2bdae6 (patch) | |
tree | 12f88aa778fd130a22aaf4ad98d65b6cee1e8055 /net-libs/enet | |
parent | Stable for amd64, wrt bug #456060 (diff) | |
download | gentoo-2-fc794cb2d2327b5ca6a8cd02697c85f50f2bdae6.tar.gz gentoo-2-fc794cb2d2327b5ca6a8cd02697c85f50f2bdae6.tar.bz2 gentoo-2-fc794cb2d2327b5ca6a8cd02697c85f50f2bdae6.zip |
Stable for amd64, wrt bug #456060
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/enet')
-rw-r--r-- | net-libs/enet/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/enet/enet-1.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/enet/ChangeLog b/net-libs/enet/ChangeLog index 556f10085584..f4390ea38a62 100644 --- a/net-libs/enet/ChangeLog +++ b/net-libs/enet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/enet # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.28 2013/01/05 12:46:17 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/ChangeLog,v 1.29 2013/02/17 15:12:34 ago Exp $ + + 17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> enet-1.3.6.ebuild: + Stable for amd64, wrt bug #456060 *enet-1.3.6 (05 Jan 2013) diff --git a/net-libs/enet/enet-1.3.6.ebuild b/net-libs/enet/enet-1.3.6.ebuild index 5d2989540293..1432a118f942 100644 --- a/net-libs/enet/enet-1.3.6.ebuild +++ b/net-libs/enet/enet-1.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.3.6.ebuild,v 1.1 2013/01/05 12:46:17 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/enet/enet-1.3.6.ebuild,v 1.2 2013/02/17 15:12:34 ago Exp $ EAPI=3 inherit base @@ -11,7 +11,7 @@ SRC_URI="http://enet.bespin.org/download/${P}.tar.gz" LICENSE="MIT" SLOT="1.3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="static-libs" RDEPEND="!${CATEGORY}/${PN}:0" |