Skip to content

Commit

Permalink
dev-cpp/libmcpp: QA: fix SRC_URI.mirror issue
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan <[email protected]>
  • Loading branch information
dlan17 committed Sep 12, 2021
1 parent 6ab7f90 commit 4d44146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-cpp/libmcpp/libmcpp-2.7.2_p5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MY_P=$(ver_cut 1-4 ${MY_PN}-${PV})
DESCRIPTION="A portable C++ preprocessor"
HOMEPAGE="http://mcpp.sourceforge.net"
SRC_URI="mirror://sourceforge/mcpp/${MY_P}.tar.gz"
SRC_URI+=" https://deb.debian.org/debian/pool/main/m/${MY_PN}/${MY_PN}_${PV/_p/-}.debian.tar.xz"
SRC_URI+=" mirror://debian/pool/main/m/${MY_PN}/${MY_PN}_${PV/_p/-}.debian.tar.xz"
S="${WORKDIR}"/${MY_P}

LICENSE="BSD"
Expand Down

0 comments on commit 4d44146

Please sign in to comment.