diff options
author | 2011-10-01 05:58:42 +0000 | |
---|---|---|
committer | 2011-10-01 05:58:42 +0000 | |
commit | 74b95a0ac5b5044d474bbe088f30563d9d41ecf3 (patch) | |
tree | 5df89df9fdf38bafafa13cef67974293531b9769 /dev-vcs/git | |
parent | Fix broken Manifest entry for postgresql-server-8.3.16.ebuild. (diff) | |
download | gentoo-2-74b95a0ac5b5044d474bbe088f30563d9d41ecf3.tar.gz gentoo-2-74b95a0ac5b5044d474bbe088f30563d9d41ecf3.tar.bz2 gentoo-2-74b95a0ac5b5044d474bbe088f30563d9d41ecf3.zip |
whitespace
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/git')
-rw-r--r-- | dev-vcs/git/git-1.7.6.4.ebuild | 8 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.7.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-vcs/git/git-1.7.6.4.ebuild b/dev-vcs/git/git-1.7.6.4.ebuild index 6bd384066c9b..7209480f8866 100644 --- a/dev-vcs/git/git-1.7.6.4.ebuild +++ b/dev-vcs/git/git-1.7.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.6.4.ebuild,v 1.1 2011/10/01 00:06:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.6.4.ebuild,v 1.2 2011/10/01 05:58:42 mr_bones_ Exp $ EAPI=3 @@ -28,9 +28,9 @@ if [[ ${PV} != *9999 ]]; then ${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} ${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} ${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} - doc? ( - ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} - ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + doc? ( + ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" else diff --git a/dev-vcs/git/git-1.7.7.ebuild b/dev-vcs/git/git-1.7.7.ebuild index 0d95347e4ca3..0d86d2e79dd8 100644 --- a/dev-vcs/git/git-1.7.7.ebuild +++ b/dev-vcs/git/git-1.7.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.7.ebuild,v 1.1 2011/10/01 00:06:37 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.7.ebuild,v 1.2 2011/10/01 05:58:42 mr_bones_ Exp $ EAPI=3 @@ -28,9 +28,9 @@ if [[ ${PV} != *9999 ]]; then ${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX} ${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} ${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX} - doc? ( - ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} - ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + doc? ( + ${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} + ${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX} )" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" else |