diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2012-05-22 13:41:16 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2012-05-22 13:41:16 +0000 |
commit | c73f7793bb7db2653d1c080561f753fe231e31f3 (patch) | |
tree | d408e4a774ba987181c0a247f95540584c88d37f /app-shells/push | |
parent | remove old versions (diff) | |
download | gentoo-2-c73f7793bb7db2653d1c080561f753fe231e31f3.tar.gz gentoo-2-c73f7793bb7db2653d1c080561f753fe231e31f3.tar.bz2 gentoo-2-c73f7793bb7db2653d1c080561f753fe231e31f3.zip |
add ~amd64-fbsd
(Portage version: 2.1.10.60/cvs/Linux x86_64)
Diffstat (limited to 'app-shells/push')
-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 d80d71faa4e6..a8daeb608aa7 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.2 2012/05/08 18:33:02 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/ChangeLog,v 1.3 2012/05/22 13:41:16 darkside Exp $ + + 22 May 2012; Jeremy Olexa <darkside@gentoo.org> push-1.5.ebuild: + add ~amd64-fbsd 08 May 2012; Jeremy Olexa <darkside@gentoo.org> push-1.5.ebuild: fix header diff --git a/app-shells/push/push-1.5.ebuild b/app-shells/push/push-1.5.ebuild index d4a915c64f9f..bbe9daa941db 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.2 2012/05/08 18:33:02 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/push/push-1.5.ebuild,v 1.3 2012/05/22 13:41:16 darkside 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 ~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() { |