public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/lilo/
Date: Wed, 21 Apr 2021 19:02:24 +0000 (UTC)	[thread overview]
Message-ID: <1619031680.cb50e96fbe57b3cb4cdf67fd82a35d33dd335e2a.sam@gentoo> (raw)

commit:     cb50e96fbe57b3cb4cdf67fd82a35d33dd335e2a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 18:26:11 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 21 19:01:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb50e96f

sys-boot/lilo: eutils->epatch

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-boot/lilo/lilo-24.0-r1.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/sys-boot/lilo/lilo-24.0-r1.ebuild b/sys-boot/lilo/lilo-24.0-r1.ebuild
index becc561f741..a724cf74ade 100644
--- a/sys-boot/lilo/lilo-24.0-r1.ebuild
+++ b/sys-boot/lilo/lilo-24.0-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit eutils flag-o-matic toolchain-funcs
+inherit epatch flag-o-matic toolchain-funcs
 
 DOLILO_V="0.6"
 IUSE="static minimal pxeserial device-mapper"
@@ -63,7 +63,7 @@ src_install() {
 	keepdir /boot
 	emake DESTDIR="${D}" install
 
-	if use !minimal; then
+	if ! use minimal; then
 		into /
 		dosbin "${WORKDIR}"/dolilo/dolilo
 
@@ -76,7 +76,8 @@ src_install() {
 		newconfd "${WORKDIR}"/dolilo/dolilo.conf.d dolilo.example
 
 		dodoc CHANGELOG* readme/README.* readme/INCOMPAT README
-		docinto samples ; dodoc sample/*
+		docinto samples
+		dodoc sample/*
 	fi
 }
 


             reply	other threads:[~2021-04-21 19:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-21 19:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 14:51 [gentoo-commits] repo/gentoo:master commit in: sys-boot/lilo/ Jakov Smolić
2025-03-08 14:51 Jakov Smolić
2024-10-06 11:30 Joshua Kinard
2024-02-02  6:28 Andrew Ammerlaan
2022-04-22 17:43 Sam James
2021-06-06 18:39 Joshua Kinard
2021-06-01 17:35 Mike Gilbert
2021-06-01 17:35 Mike Gilbert
2021-05-31 17:49 David Seifert
2021-03-07 13:14 Mikle Kolyada
2021-03-06 15:37 Thomas Deutschmann
2018-06-01 14:05 Aaron Bauman
2017-12-07 19:29 Anthony G. Basile
2015-11-23 14:50 Lars Wendler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619031680.cb50e96fbe57b3cb4cdf67fd82a35d33dd335e2a.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox