diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-19 15:03:20 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-19 15:03:20 +0000 |
commit | 9abf1afb6de75ecf32671fb834961070c4c2cc04 (patch) | |
tree | e997a72b0967286a903951610fdace7de3d7ab22 /app-shells | |
parent | Stable for x86, wrt bug #427100 (diff) | |
download | gentoo-2-9abf1afb6de75ecf32671fb834961070c4c2cc04.tar.gz gentoo-2-9abf1afb6de75ecf32671fb834961070c4c2cc04.tar.bz2 gentoo-2-9abf1afb6de75ecf32671fb834961070c4c2cc04.zip |
Stable for x86, wrt bug #427100
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/push/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/push/push-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-shells/push/ChangeLog b/app-shells/push/ChangeLog index a8daeb608aa7..0003f68f121f 100644 --- a/app-shells/push/ChangeLog +++ b/app-shells/push/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/push # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.3 2012/05/22 13:41:16 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.4 2012/07/19 15:03:20 johu Exp $ + + 19 Jul 2012; Johannes Huber <johu@gentoo.org> push-1.5.ebuild: + Stable for x86, wrt bug #427100 22 May 2012; Jeremy Olexa <darkside@gentoo.org> push-1.5.ebuild: add ~amd64-fbsd diff --git a/app-shells/push/push-1.5.ebuild b/app-shells/push/push-1.5.ebuild index bbe9daa941db..619c86dc49b6 100644 --- a/app-shells/push/push-1.5.ebuild +++ b/app-shells/push/push-1.5.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/app-shells/push/push-1.5.ebuild,v 1.3 2012/05/22 13:41:16 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/push-1.5.ebuild,v 1.4 2012/07/19 15:03:20 johu Exp $ EAPI="4" inherit vcs-snapshot @@ -11,7 +11,7 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${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() { |