diff options
author | 2015-02-21 18:51:01 +0000 | |
---|---|---|
committer | 2015-02-21 18:51:01 +0000 | |
commit | 7fcee91f8a593a5575dac600ded5d4728ea8c5ba (patch) | |
tree | 3c34ab857f3114f9d2136416c06734b41a8b0ea2 /sys-auth/pambase | |
parent | Version bump. Move libmemenv.a behind USE=static-libs. Add arm64/mips support. (diff) | |
download | gentoo-2-7fcee91f8a593a5575dac600ded5d4728ea8c5ba.tar.gz gentoo-2-7fcee91f8a593a5575dac600ded5d4728ea8c5ba.tar.bz2 gentoo-2-7fcee91f8a593a5575dac600ded5d4728ea8c5ba.zip |
Fix typo in SRC_URI after typo fix
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-auth/pambase')
-rw-r--r-- | sys-auth/pambase/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pambase/pambase-20150213.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pambase/ChangeLog b/sys-auth/pambase/ChangeLog index 1af384c0d2a7..628abbb4d0ba 100644 --- a/sys-auth/pambase/ChangeLog +++ b/sys-auth/pambase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pambase # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.141 2015/02/15 08:48:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/ChangeLog,v 1.142 2015/02/21 18:51:01 vapier Exp $ + + 21 Feb 2015; Mike Frysinger <vapier@gentoo.org> pambase-20150213.ebuild: + Fix typo in SRC_URI after typo fix 15 Feb 2015; Mike Frysinger <vapier@gentoo.org> pambase-20150213.ebuild: Fix typo in SRC_URI #540104 by Patrick Lauer. diff --git a/sys-auth/pambase/pambase-20150213.ebuild b/sys-auth/pambase/pambase-20150213.ebuild index d88912107133..02c4bbc87252 100644 --- a/sys-auth/pambase/pambase-20150213.ebuild +++ b/sys-auth/pambase/pambase-20150213.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.2 2015/02/15 08:48:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20150213.ebuild,v 1.3 2015/02/21 18:51:01 vapier Exp $ EAPI=5 inherit eutils DESCRIPTION="PAM base configuration files" HOMEPAGE="http://www.gentoo.org/proj/en/base/pam/" -SRC_URI="http://dev.gentoo.org/~vapier/~dist/${P}.tar.xz" +SRC_URI="http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" |