diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-05-25 15:34:19 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-05-25 15:34:19 +0000 |
commit | 5b92314ba2091f2a57fea61cead9a9e6f359fda7 (patch) | |
tree | d8672157c545eafd5c21733a0ccaa9a8e4b569a5 /app-crypt/monkeysphere | |
parent | fix bug #511124, thanks @reivzy (diff) | |
download | gentoo-2-5b92314ba2091f2a57fea61cead9a9e6f359fda7.tar.gz gentoo-2-5b92314ba2091f2a57fea61cead9a9e6f359fda7.tar.bz2 gentoo-2-5b92314ba2091f2a57fea61cead9a9e6f359fda7.zip |
Add ~arm keyword. Change patches to a single epatch call.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-crypt/monkeysphere')
-rw-r--r-- | app-crypt/monkeysphere/ChangeLog | 7 | ||||
-rw-r--r-- | app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild | 14 |
2 files changed, 12 insertions, 9 deletions
diff --git a/app-crypt/monkeysphere/ChangeLog b/app-crypt/monkeysphere/ChangeLog index f1c8ccd615e3..4d16497856df 100644 --- a/app-crypt/monkeysphere/ChangeLog +++ b/app-crypt/monkeysphere/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/monkeysphere -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v 1.2 2013/12/16 11:26:32 tomwij Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/ChangeLog,v 1.3 2014/05/25 15:34:19 mrueg Exp $ + + 25 May 2014; Manuel Rüger <mrueg@gentoo.org> monkeysphere-0.36-r1.ebuild: + Add ~arm keyword. Change patches to a single epatch call. *monkeysphere-0.36-r1 (16 Dec 2013) diff --git a/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild b/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild index 2d5331202eab..2fbda711df10 100644 --- a/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild +++ b/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild @@ -1,8 +1,8 @@ -# 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/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild,v 1.1 2013/12/16 11:26:32 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/monkeysphere/monkeysphere-0.36-r1.ebuild,v 1.2 2014/05/25 15:34:19 mrueg Exp $ -EAPI="5" +EAPI=5 inherit eutils user @@ -12,7 +12,7 @@ SRC_URI="http://archive.${PN}.info/debian/pool/${PN}/${PN::1}/${PN}/${PN}_${PV}. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" # Tests do weird things with network and fail OOTB. @@ -36,9 +36,9 @@ pkg_setup() src_prepare() { - epatch "${FILESDIR}/${P}_default_shell.patch" - epatch "${FILESDIR}/${P}_non_default_port.patch" - epatch "${FILESDIR}/${P}_userid_empty_line.patch" + epatch "${FILESDIR}/${P}_default_shell.patch" \ + "${FILESDIR}/${P}_non_default_port.patch" \ + "${FILESDIR}/${P}_userid_empty_line.patch" sed -i "s#share/doc/${PN}#share/doc/${PF}#" Makefile || die } |