diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-25 17:58:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-25 17:58:03 +0000 |
commit | 9b4e05d3fe9dbd1f846142f8d504565c6c7d24ab (patch) | |
tree | 384e7c33ce873762260fad6b0595761269386083 /net-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-9b4e05d3fe9dbd1f846142f8d504565c6c7d24ab.tar.gz gentoo-2-9b4e05d3fe9dbd1f846142f8d504565c6c7d24ab.tar.bz2 gentoo-2-9b4e05d3fe9dbd1f846142f8d504565c6c7d24ab.zip |
ppc/ppc64/x86 stable wrt #399403
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/npapi-sdk/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/npapi-sdk/npapi-sdk-0.27.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/npapi-sdk/ChangeLog b/net-misc/npapi-sdk/ChangeLog index 6c948ffd2988..a3598fa6e0ab 100644 --- a/net-misc/npapi-sdk/ChangeLog +++ b/net-misc/npapi-sdk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/npapi-sdk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v 1.8 2012/01/24 16:02:58 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v 1.9 2012/01/25 17:58:03 ssuominen Exp $ + + 25 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> npapi-sdk-0.27.ebuild: + ppc/ppc64/x86 stable wrt #399403 24 Jan 2012; Tobias Klausmann <klausman@gentoo.org> npapi-sdk-0.27.ebuild: Stable on alpha, bug #399403 diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild index 4a43a3588191..7234e6cf569b 100644 --- a/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild +++ b/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild,v 1.5 2012/01/24 16:02:58 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-0.27.ebuild,v 1.6 2012/01/25 17:58:03 ssuominen Exp $ EAPI=4 inherit autotools-utils @@ -11,5 +11,5 @@ SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" LICENSE="MPL-1.1" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="" |