summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-08-16 16:49:17 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-08-16 16:49:17 +0000
commit73e5be5b804c620faf41426a33130f3e081ecc69 (patch)
treee38b3449d90159dccb0fc94c16e9af973f68143b /sys-libs
parentVersion bump per bug #479350 (diff)
downloadgentoo-2-73e5be5b804c620faf41426a33130f3e081ecc69.tar.gz
gentoo-2-73e5be5b804c620faf41426a33130f3e081ecc69.tar.bz2
gentoo-2-73e5be5b804c620faf41426a33130f3e081ecc69.zip
Add ~mips keyword, wrt bug #412489
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/tevent/ChangeLog5
-rw-r--r--sys-libs/tevent/tevent-0.9.19.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog
index ef4bc39cf514..765686cc84eb 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.40 2013/08/13 09:54:31 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.41 2013/08/16 16:49:17 pinkbyte Exp $
+
+ 16 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> tevent-0.9.19.ebuild:
+ Add ~mips keyword, wrt bug #412489
13 Aug 2013; Zac Medico <zmedico@gentoo.org> tevent-0.9.19.ebuild:
Fix for prefix and add ~arm-linux + ~x86-linux keywords.
diff --git a/sys-libs/tevent/tevent-0.9.19.ebuild b/sys-libs/tevent/tevent-0.9.19.ebuild
index 148467ae18bd..b89275e46e93 100644
--- a/sys-libs/tevent/tevent-0.9.19.ebuild
+++ b/sys-libs/tevent/tevent-0.9.19.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.19.ebuild,v 1.3 2013/08/13 09:54:31 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.4 2013/08/16 16:49:17 pinkbyte Exp $
EAPI=5
PYTHON_COMPAT=( python2_{6,7} )
@@ -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 ~arm-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
IUSE=""
RDEPEND=">=sys-libs/talloc-2.0.8[python]