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-apps/vbetool/
Date: Wed, 28 Jun 2023 07:37:47 +0000 (UTC)	[thread overview]
Message-ID: <1687937820.ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0.sam@gentoo> (raw)

commit:     ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 07:21:18 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 07:37:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4168fb

sys-apps/vbetool: add missing selinux policy dep

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

 sys-apps/vbetool/vbetool-1.2.2.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/sys-apps/vbetool/vbetool-1.2.2.ebuild b/sys-apps/vbetool/vbetool-1.2.2.ebuild
index 4d5e0e3f4732..ecd6b7b6c7c1 100644
--- a/sys-apps/vbetool/vbetool-1.2.2.ebuild
+++ b/sys-apps/vbetool/vbetool-1.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,12 +12,17 @@ SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
+IUSE="selinux"
 
-RDEPEND="
+DEPEND="
 	dev-libs/libx86
 	sys-libs/zlib:=
-	x11-libs/libpciaccess"
-DEPEND="${RDEPEND}"
+	x11-libs/libpciaccess
+"
+RDEPEND="
+	${DEPEND}
+	selinux? ( sec-policy/selinux-vbetool )
+"
 BDEPEND="virtual/pkgconfig"
 
 PATCHES=(


             reply	other threads:[~2023-06-28  7:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-28  7:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-27 22:19 [gentoo-commits] repo/gentoo:master commit in: sys-apps/vbetool/ Ionen Wolkens
2019-11-26 22:54 Matt Turner
2019-11-26 22:54 Matt Turner
2017-12-02 16:15 David Seifert

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=1687937820.ca4168fb4f9a96adb7daf3685f3b38b5c9dfa5b0.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