diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 17:36:32 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-10-20 18:35:35 +0200 |
commit | 454700dd7dbe4371a5f7758a46a5dbadd4aca51b (patch) | |
tree | 4c255fe85b285cb27a0374d103c76b7399dbd261 /dev-util/autodia | |
parent | app-arch/afio: Fix control file handling (#651294 by John R. Graham) (diff) | |
download | gentoo-454700dd7dbe4371a5f7758a46a5dbadd4aca51b.tar.gz gentoo-454700dd7dbe4371a5f7758a46a5dbadd4aca51b.tar.bz2 gentoo-454700dd7dbe4371a5f7758a46a5dbadd4aca51b.zip |
dev-util/autodia: sources only available in mirrors
Closes: https://bugs.gentoo.org/653598
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-util/autodia')
-rw-r--r-- | dev-util/autodia/autodia-2.140.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/autodia/autodia-2.140.0-r1.ebuild b/dev-util/autodia/autodia-2.140.0-r1.ebuild index da836e9aeda0..656e77b1bd87 100644 --- a/dev-util/autodia/autodia-2.140.0-r1.ebuild +++ b/dev-util/autodia/autodia-2.140.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ inherit perl-app multilib DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format" HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}" -SRC_URI+=" https://dev.gentoo.org/~tove/distfiles/${CATEGORY}/${MY_PN}-2.14-dbi.patch.gz" +SRC_URI+=" mirror://gentoo/${MY_PN}-2.14-dbi.patch.gz" LICENSE="GPL-2" SLOT="0" |