diff options
author | 2023-07-25 07:25:14 +1000 | |
---|---|---|
committer | 2023-07-26 03:47:10 +0100 | |
commit | 23247bc35aa12177c3d254adbdf38c353f2a6aa6 (patch) | |
tree | 46a29a84a9a9827c4f4d1fbc36bbd1bd74174a45 /x11-wm/fvwm3/fvwm3-9999.ebuild | |
parent | media-sound/mpd: add 0.23.13 (diff) | |
download | gentoo-23247bc35aa12177c3d254adbdf38c353f2a6aa6.tar.gz gentoo-23247bc35aa12177c3d254adbdf38c353f2a6aa6.tar.bz2 gentoo-23247bc35aa12177c3d254adbdf38c353f2a6aa6.zip |
x11-wm/fvwm3: Update live ebuild
master -> main
Closes: https://bugs.gentoo.org/910600
Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/fvwm3/fvwm3-9999.ebuild')
-rw-r--r-- | x11-wm/fvwm3/fvwm3-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/fvwm3/fvwm3-9999.ebuild b/x11-wm/fvwm3/fvwm3-9999.ebuild index 958bb6e0c085..46cdabe5b388 100644 --- a/x11-wm/fvwm3/fvwm3-9999.ebuild +++ b/x11-wm/fvwm3/fvwm3-9999.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://www.fvwm.org/" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/fvwmorg/fvwm3.git" - EGIT_BRANCH="master" + EGIT_BRANCH="main" else SRC_URI="https://github.com/fvwmorg/fvwm3/releases/download/${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~riscv" @@ -155,8 +155,9 @@ src_install() { pkg_postinst() { if use go; then ewarn "FvwmPrompt has been installed, it provides the functionality of both FvwmCommand and FvwmConsole." - ewarn "For compatibility with the existing fvwm2 configurations, the ebuild will install a FvwmCommand wrapper script." - ewarn "If you need FvwmConsole, install ${PN} with USE=\"-go\", but FvwmPrompt and FvwmCommand will not be installed." + ewarn "For compatibility with the existing fvwm2 configurations, the ebuild will install a FvwmCommand wrapper." + ewarn "If you need FvwmConsole, install ${PN} with USE=\"-go\";" + ewarn "however FvwmPrompt and FvwmCommand will not be installed." else ewarn "FvwmConsole has been installed, but FvwmCommand and FvwmPrompt are no longer included in this ebuild." ewarn "If you need FvwmPrompt or FvwmCommand, install ${PN} with USE=\"go\"." |