diff options
author | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:48:47 +0000 |
---|---|---|
committer | Vicente Olivert Riera <vincent@gentoo.org> | 2014-03-04 20:48:47 +0000 |
commit | 01620ca59efc68bae48a078b153501a840e8d055 (patch) | |
tree | a84465cac7ae454b414e259a604f982a7ff68c53 /dev-python/notify-python | |
parent | Add support for PRDR and TPDA, bug #489736 (diff) | |
download | gentoo-2-01620ca59efc68bae48a078b153501a840e8d055.tar.gz gentoo-2-01620ca59efc68bae48a078b153501a840e8d055.tar.bz2 gentoo-2-01620ca59efc68bae48a078b153501a840e8d055.zip |
Add ~mips keyword.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 5AE9E7B2E9BBCBA8)
Diffstat (limited to 'dev-python/notify-python')
-rw-r--r-- | dev-python/notify-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1-r3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/notify-python/ChangeLog b/dev-python/notify-python/ChangeLog index a2728f77fa96..81ae011f8ee9 100644 --- a/dev-python/notify-python/ChangeLog +++ b/dev-python/notify-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/notify-python -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.48 2013/10/20 20:22:33 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/ChangeLog,v 1.49 2014/03/04 20:48:47 vincent Exp $ + + 04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org> + notify-python-0.1.1-r3.ebuild: + Add ~mips keyword. 20 Oct 2013; Markus Meier <maekke@gentoo.org> notify-python-0.1.1-r3.ebuild: arm stable, bug #486324 diff --git a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild index 8fc1a9ffa668..46c8090b9e25 100644 --- a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.10 2013/10/20 20:22:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r3.ebuild,v 1.11 2014/03/04 20:48:47 vincent Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="examples" RDEPEND=" |