diff options
-rw-r--r-- | app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild index 1572d3c98ed0..af9d0b852813 100644 --- a/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild +++ b/app-editors/curses-hexedit/curses-hexedit-0.9.7-r1.ebuild @@ -4,12 +4,13 @@ # There's already a "hexedit" package in the tree, so name this one differently EAPI=7 -inherit autotools toolchain-funcs + +inherit autotools MY_P=${P/curses-} DESCRIPTION="full screen curses hex editor (with insert/delete support)" -HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/" -SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz" +HOMEPAGE="https://www.rogoyski.com/adam/programs/hexedit/" +SRC_URI="https://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |