diff options
author | 2013-08-24 15:40:07 +0000 | |
---|---|---|
committer | 2013-08-24 15:40:07 +0000 | |
commit | 648e96a958c04f1a10675264eb5d1516eab370bc (patch) | |
tree | d2bdbe8865087bc79c9f9410c82a03a4eda0c178 /sys-libs | |
parent | Add patch from vmware-modules to fix vmblock under linux-3.10, bug 482256 by ... (diff) | |
download | gentoo-2-648e96a958c04f1a10675264eb5d1516eab370bc.tar.gz gentoo-2-648e96a958c04f1a10675264eb5d1516eab370bc.tar.bz2 gentoo-2-648e96a958c04f1a10675264eb5d1516eab370bc.zip |
Stable for HPPA (bug #478260).
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 765686cc84eb..05566a1a3d8c 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.41 2013/08/16 16:49:17 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.42 2013/08/24 15:40:07 jer Exp $ + + 24 Aug 2013; Jeroen Roovers <jer@gentoo.org> tevent-0.9.18.ebuild: + Stable for HPPA (bug #478260). 16 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> tevent-0.9.19.ebuild: Add ~mips keyword, wrt bug #412489 diff --git a/sys-libs/tevent/tevent-0.9.18.ebuild b/sys-libs/tevent/tevent-0.9.18.ebuild index 35d984335677..f5bb436fc65d 100644 --- a/sys-libs/tevent/tevent-0.9.18.ebuild +++ b/sys-libs/tevent/tevent-0.9.18.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/sys-libs/tevent/tevent-0.9.18.ebuild,v 1.1 2013/03/11 03:27:45 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.18.ebuild,v 1.2 2013/08/24 15:40:06 jer Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -13,7 +13,7 @@ SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="" RDEPEND=">=sys-libs/talloc-2.0.6[python]" |