diff options
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/lirc/lirc-0.10.1-r3.ebuild | 4 | ||||
-rw-r--r-- | app-misc/lirc/lirc-0.10.1-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/lirc/lirc-0.10.1-r3.ebuild b/app-misc/lirc/lirc-0.10.1-r3.ebuild index 368f73717811..25782aaa0924 100644 --- a/app-misc/lirc/lirc-0.10.1-r3.ebuild +++ b/app-misc/lirc/lirc-0.10.1-r3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils DESCRIPTION="decode and send infra-red signals of many commonly used remote controls" -HOMEPAGE="http://www.lirc.org/" +HOMEPAGE="https://www.lirc.org/" LIRC_DRIVER_DEVICE="/dev/lirc0" @@ -17,7 +17,7 @@ MY_P=${PN}-${PV/_/-} if [[ "${PV/_pre/}" = "${PV}" ]]; then SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.bz2" else - SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" + SRC_URI="https://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi LICENSE="GPL-2+" diff --git a/app-misc/lirc/lirc-0.10.1-r4.ebuild b/app-misc/lirc/lirc-0.10.1-r4.ebuild index 52fbdf73aa50..9d7322574f9d 100644 --- a/app-misc/lirc/lirc-0.10.1-r4.ebuild +++ b/app-misc/lirc/lirc-0.10.1-r4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils DESCRIPTION="decode and send infra-red signals of many commonly used remote controls" -HOMEPAGE="http://www.lirc.org/" +HOMEPAGE="https://www.lirc.org/" LIRC_DRIVER_DEVICE="/dev/lirc0" @@ -17,7 +17,7 @@ MY_P=${PN}-${PV/_/-} if [[ "${PV/_pre/}" = "${PV}" ]]; then SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.bz2" else - SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" + SRC_URI="https://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi LICENSE="GPL-2+" |