diff options
author | Markus Meier <maekke@gentoo.org> | 2013-12-29 17:31:46 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-12-29 17:31:46 +0000 |
commit | f3631c9e6856e91149b7785682e6c9d6fa1661f6 (patch) | |
tree | 212fcabbe1d1591d3adb52456a05a6798d026c82 /app-shells/push | |
parent | arm stable, bug #495324 (diff) | |
download | gentoo-2-f3631c9e6856e91149b7785682e6c9d6fa1661f6.tar.gz gentoo-2-f3631c9e6856e91149b7785682e6c9d6fa1661f6.tar.bz2 gentoo-2-f3631c9e6856e91149b7785682e6c9d6fa1661f6.zip |
arm stable, bug #495348
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-shells/push')
-rw-r--r-- | app-shells/push/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/push/push-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/push/ChangeLog b/app-shells/push/ChangeLog index dbc74501af26..9fd38cb5aa7d 100644 --- a/app-shells/push/ChangeLog +++ b/app-shells/push/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/push # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.15 2013/12/27 13:55:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.16 2013/12/29 17:31:46 maekke Exp $ + + 29 Dec 2013; Markus Meier <maekke@gentoo.org> push-1.6.ebuild: + arm stable, bug #495348 27 Dec 2013; Sergey Popov <pinkbyte@gentoo.org> push-1.5.ebuild, push-1.5-r1.ebuild: diff --git a/app-shells/push/push-1.6.ebuild b/app-shells/push/push-1.6.ebuild index 52bb8be80031..5247dfe81359 100644 --- a/app-shells/push/push-1.6.ebuild +++ b/app-shells/push/push-1.6.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/app-shells/push/push-1.6.ebuild,v 1.2 2013/12/25 16:10:33 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/push-1.6.ebuild,v 1.3 2013/12/29 17:31:46 maekke Exp $ EAPI="4" inherit vcs-snapshot @@ -11,7 +11,7 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="" src_install() { |