diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-11-28 20:41:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-11-28 20:41:27 +0000 |
commit | 82563f17652a87a148fd7c6e3847d0d979cde257 (patch) | |
tree | 7ce249feb5c3cd8f78d31ebdc5ad7b6c83f47576 /sys-libs/libcap/libcap-2.22-r1.ebuild | |
parent | Keep KEYWORDS sorted. (diff) | |
download | gentoo-2-82563f17652a87a148fd7c6e3847d0d979cde257.tar.gz gentoo-2-82563f17652a87a148fd7c6e3847d0d979cde257.tar.bz2 gentoo-2-82563f17652a87a148fd7c6e3847d0d979cde257.zip |
Force Gentoo mirrors for tarball as upstream is gone #491630 by Richard Jackson.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-libs/libcap/libcap-2.22-r1.ebuild')
-rw-r--r-- | sys-libs/libcap/libcap-2.22-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libcap/libcap-2.22-r1.ebuild b/sys-libs/libcap/libcap-2.22-r1.ebuild index 1cbfc3f238e2..602155b8ed44 100644 --- a/sys-libs/libcap/libcap-2.22-r1.ebuild +++ b/sys-libs/libcap/libcap-2.22-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22-r1.ebuild,v 1.2 2013/02/17 07:58:20 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libcap/libcap-2.22-r1.ebuild,v 1.3 2013/11/28 20:41:27 vapier Exp $ EAPI="4" @@ -8,7 +8,7 @@ inherit eutils multilib toolchain-funcs pam DESCRIPTION="POSIX 1003.1e capabilities" HOMEPAGE="http://www.friedhoff.org/posixfilecaps.html" -SRC_URI="mirror://kernel/linux/libs/security/linux-privs/libcap${PV:0:1}/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2" # it's available under either of the licenses LICENSE="|| ( GPL-2 BSD )" |