diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-08-02 00:31:49 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-02 00:31:49 +0000 |
commit | b09276c0b544703745f96554e168add1879d34a8 (patch) | |
tree | f4cea7b49d2c18e6f49261485ee4c8c253ab0d97 /sys-fs | |
parent | Convert to the new multilib format wrt #478468 by Julian Ospald (diff) | |
download | gentoo-2-b09276c0b544703745f96554e168add1879d34a8.tar.gz gentoo-2-b09276c0b544703745f96554e168add1879d34a8.tar.bz2 gentoo-2-b09276c0b544703745f96554e168add1879d34a8.zip |
Fix SRC_URI and Manifest
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/eudev/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/eudev/eudev-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/eudev/ChangeLog b/sys-fs/eudev/ChangeLog index 8d08e757d0a1..bb3921d24038 100644 --- a/sys-fs/eudev/ChangeLog +++ b/sys-fs/eudev/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/eudev # Copyright 1999- Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.54 2013/08/01 21:26:55 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/ChangeLog,v 1.55 2013/08/02 00:31:49 blueness Exp $ + + 02 Aug 2013; Anthony G. Basile <blueness@gentoo.org> eudev-1.2.ebuild: + Fix SRC_URI and Manifest *eudev-1.2 (01 Aug 2013) diff --git a/sys-fs/eudev/eudev-1.2.ebuild b/sys-fs/eudev/eudev-1.2.ebuild index b67dd63722f7..6faf7918990d 100644 --- a/sys-fs/eudev/eudev-1.2.ebuild +++ b/sys-fs/eudev/eudev-1.2.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-fs/eudev/eudev-1.2.ebuild,v 1.1 2013/08/01 21:26:55 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/eudev/eudev-1.2.ebuild,v 1.2 2013/08/02 00:31:49 blueness Exp $ EAPI="5" @@ -13,7 +13,7 @@ then EGIT_REPO_URI="git://github.com/gentoo/eudev.git" inherit git-2 else - SRC_URI="http://dev.gentoo.org/~blueness/distfiles/${P}.tar.gz" + SRC_URI="http://dev.gentoo.org/~blueness/eudev/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" fi |