diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-19 13:49:04 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-19 13:49:04 +0000 |
commit | 78ad35846f01d7f1c418483526d0b2158e0c003e (patch) | |
tree | 6202e95d3d12d8072bd554a7b8cb3e84d855cc58 | |
parent | Version bump. (diff) | |
download | gentoo-2-78ad35846f01d7f1c418483526d0b2158e0c003e.tar.gz gentoo-2-78ad35846f01d7f1c418483526d0b2158e0c003e.tar.bz2 gentoo-2-78ad35846f01d7f1c418483526d0b2158e0c003e.zip |
Drop more useless quoting
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
-rw-r--r-- | sys-apps/kmod/kmod-7.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/kmod/kmod-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/kmod/kmod-7.ebuild b/sys-apps/kmod/kmod-7.ebuild index f21204a3a972..a7dbc6d35011 100644 --- a/sys-apps/kmod/kmod-7.ebuild +++ b/sys-apps/kmod/kmod-7.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-7.ebuild,v 1.1 2012/03/19 13:47:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-7.ebuild,v 1.2 2012/03/19 13:49:04 ssuominen Exp $ EAPI=4 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" -[[ ${PV} == "9999" ]] && vcs=git-2 +[[ ${PV} == *9999* ]] && vcs=git-2 inherit ${vcs} autotools eutils toolchain-funcs unset vcs -if [[ ${PV} != "9999" ]] ; then +if [[ ${PV} != *9999* ]] ; then SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" fi diff --git a/sys-apps/kmod/kmod-9999.ebuild b/sys-apps/kmod/kmod-9999.ebuild index b6a2b4e9373c..800d3f774f10 100644 --- a/sys-apps/kmod/kmod-9999.ebuild +++ b/sys-apps/kmod/kmod-9999.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.15 2012/03/19 13:47:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/kmod-9999.ebuild,v 1.16 2012/03/19 13:49:04 ssuominen Exp $ EAPI=4 EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/kernel/${PN}/${PN}.git" -[[ ${PV} == "9999" ]] && vcs=git-2 +[[ ${PV} == *9999* ]] && vcs=git-2 inherit ${vcs} autotools eutils toolchain-funcs unset vcs -if [[ ${PV} != "9999" ]] ; then +if [[ ${PV} != *9999* ]] ; then SRC_URI="mirror://kernel/linux/utils/kernel/kmod/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi |