Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/hplip-plugin/
Date: Mon, 20 Nov 2017 19:04:09
Message-Id: 1511204630.7ced0e3f1294a1614c502f52a53863e59e5ff834.mrueg@gentoo
1 commit: 7ced0e3f1294a1614c502f52a53863e59e5ff834
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 20 19:03:50 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 20 19:03:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ced0e3f
7
8 net-print/hplip-plugin: Fix SRC_URI
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild b/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
16 index 8617df53c8d..ab7649d1961 100644
17 --- a/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
18 +++ b/net-print/hplip-plugin/hplip-plugin-3.17.10.ebuild
19 @@ -7,8 +7,7 @@ inherit udev unpacker
20
21 DESCRIPTION="Proprietary plugins and firmware for HPLIP"
22 HOMEPAGE="http://hplipopensource.com/hplip-web/index.html"
23 -#SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run"
24 -SRC_URI="http://hplipopensource.com/hplip-web/plugin/hplip-${PV}-plugin.run"
25 +SRC_URI="http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/hplip-${PV}-plugin.run"
26
27 LICENSE="hplip-plugin"
28 SLOT="0"