commit: 320ff6cfbf28e2e29172e9bae1b798e8bc0ff534
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri May 9 06:55:23 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 9 07:06:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320ff6cf
net-irc/sic: call einstalldocs in 1.3
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-irc/sic/sic-1.3.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-irc/sic/sic-1.3.ebuild b/net-irc/sic/sic-1.3.ebuild
index 47318d6c1860..3a84ad4e2417 100644
--- a/net-irc/sic/sic-1.3.ebuild
+++ b/net-irc/sic/sic-1.3.ebuild
@@ -11,8 +11,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-DOCS=( README )
-
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+ einstalldocs
}