commit: b6fc5edd2c733dc5826e62aec475b1393cbe51be Author: Luigi 'Comio' Mantellini <luigi.mantellini <AT> gmail <DOT> com> AuthorDate: Wed Jul 26 10:22:03 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Jul 30 10:32:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fc5edd
sys-boot/plymouth: Fix emerge output message Bug: https://bugs.gentoo.org/show_bug.cgi?id=622524 Closes: https://github.com/gentoo/gentoo/pull/5220 sys-boot/plymouth/{plymouth-0.9.2.ebuild => plymouth-0.9.2-r1.ebuild} | 2 +- sys-boot/plymouth/plymouth-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/plymouth/plymouth-0.9.2.ebuild b/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild similarity index 97% rename from sys-boot/plymouth/plymouth-0.9.2.ebuild rename to sys-boot/plymouth/plymouth-0.9.2-r1.ebuild index 92d4154d46f..0c79bd1f1f4 100644 --- a/sys-boot/plymouth/plymouth-0.9.2.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.2-r1.ebuild @@ -45,7 +45,7 @@ RDEPEND="${CDEPEND} DOC_CONTENTS=" Follow the following instructions to set up Plymouth:\n - https://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml + https://wiki.gentoo.org/wiki/Plymouth#Configuration " PATCHES=( diff --git a/sys-boot/plymouth/plymouth-9999.ebuild b/sys-boot/plymouth/plymouth-9999.ebuild index 8a9fb185a26..e05e8ca9e1e 100644 --- a/sys-boot/plymouth/plymouth-9999.ebuild +++ b/sys-boot/plymouth/plymouth-9999.ebuild @@ -45,7 +45,7 @@ RDEPEND="${CDEPEND} DOC_CONTENTS=" Follow the following instructions to set up Plymouth:\n - https://dev.gentoo.org/~aidecoe/doc/en/plymouth.xml + https://wiki.gentoo.org/wiki/Plymouth#Configuration " src_prepare() {
