diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-07 09:27:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-07 09:27:23 +0000 |
commit | ac6fcd5ac133bba136af69e72cc1a0a0bf8b4eed (patch) | |
tree | f4b15b7615588946110da3e7425439bc4e7c0582 /dev-util | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-ac6fcd5ac133bba136af69e72cc1a0a0bf8b4eed.tar.gz gentoo-2-ac6fcd5ac133bba136af69e72cc1a0a0bf8b4eed.tar.bz2 gentoo-2-ac6fcd5ac133bba136af69e72cc1a0a0bf8b4eed.zip |
arm stable, bug #530906
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/patchutils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/patchutils/patchutils-0.3.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-util/patchutils/ChangeLog b/dev-util/patchutils/ChangeLog index 75430cb686f4..98399f8bdb6a 100644 --- a/dev-util/patchutils/ChangeLog +++ b/dev-util/patchutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/patchutils -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.73 2014/02/07 08:01:30 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.74 2015/06/07 09:27:23 maekke Exp $ + + 07 Jun 2015; Markus Meier <maekke@gentoo.org> patchutils-0.3.3.ebuild: + arm stable, bug #530906 07 Feb 2014; Mike Frysinger <vapier@gentoo.org> patchutils-0.3.2.ebuild, patchutils-0.3.3.ebuild: diff --git a/dev-util/patchutils/patchutils-0.3.3.ebuild b/dev-util/patchutils/patchutils-0.3.3.ebuild index 9909b23d6898..65d7399f835e 100644 --- a/dev-util/patchutils/patchutils-0.3.3.ebuild +++ b/dev-util/patchutils/patchutils-0.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild,v 1.2 2014/02/07 08:01:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild,v 1.3 2015/06/07 09:27:23 maekke Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" |