diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-06-20 02:09:17 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-06-20 02:09:17 +0000 |
commit | 78e4720a5d2e1f10e78217d6d765b9000aeb2b8b (patch) | |
tree | 744d3b7ea6b0a872ec3eb8f8832168ba611ad6aa /sys-libs | |
parent | Remove version with already removed dependencies (diff) | |
download | gentoo-2-78e4720a5d2e1f10e78217d6d765b9000aeb2b8b.tar.gz gentoo-2-78e4720a5d2e1f10e78217d6d765b9000aeb2b8b.tar.bz2 gentoo-2-78e4720a5d2e1f10e78217d6d765b9000aeb2b8b.zip |
Restore stable keyword
(Portage version: 2.2.0_alpha181/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 0b3f0fb9b2f1..9cd8e9b0c8fd 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.36 2013/06/19 23:05:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.37 2013/06/20 02:09:17 patrick Exp $ + + 20 Jun 2013; Patrick Lauer <patrick@gentoo.org> tevent-0.9.17.ebuild: + Restore stable keyword 19 Jun 2013; Tobias Klausmann <klausman@gentoo.org> tevent-0.9.17.ebuild: Keyworded on alpha, bug #424649 diff --git a/sys-libs/tevent/tevent-0.9.17.ebuild b/sys-libs/tevent/tevent-0.9.17.ebuild index 34e89561706a..10b5759e68de 100644 --- a/sys-libs/tevent/tevent-0.9.17.ebuild +++ b/sys-libs/tevent/tevent-0.9.17.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.17.ebuild,v 1.14 2013/06/19 23:05:59 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.17.ebuild,v 1.15 2013/06/20 02:09:17 patrick 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]" |