From 5caca26df7bafe17e77f83d5b3748b918f137c86 Mon Sep 17 00:00:00 2001 From: "U-DESKTOP-LVO3GEU\\tony" Date: Sun, 21 Oct 2018 22:36:11 +0900 Subject: fix tabs vs spaces in ebuild and removed errant extra metadatafile --- app-admin/sudo/new_metadata.xml | 24 ------------------------ app-admin/sudo/sudo-1.8.25_p1-r1.ebuild | 6 +++--- 2 files changed, 3 insertions(+), 27 deletions(-) delete mode 100644 app-admin/sudo/new_metadata.xml (limited to 'app-admin') diff --git a/app-admin/sudo/new_metadata.xml b/app-admin/sudo/new_metadata.xml deleted file mode 100644 index 66a7847..0000000 --- a/app-admin/sudo/new_metadata.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - base-system@gentoo.org - Gentoo Base System - - - Sudo (superuser do) allows a system administrator to give certain - users (or groups of users) the ability to run some (or all) - commands as root or another user while logging the commands and - arguments. - - - Use SHA2 from dev-libs/libgcrypt instead of sudo's internal SHA2 - Let sudo print insults when the user types the wrong password - Use SHA2 from dev-libs/openssl instead of sudo's internal SHA2 - Allow sudo to send emails with sendmail - Add System Security Services Daemon support - - - cpe:/a:todd_miller:sudo - - diff --git a/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild b/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild index 0989487..e6bab13 100644 --- a/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild +++ b/app-admin/sudo/sudo-1.8.25_p1-r1.ebuild @@ -41,9 +41,9 @@ CDEPEND=" dev-libs/cyrus-sasl ) openssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - ) + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) pam? ( virtual/pam ) sasl? ( dev-libs/cyrus-sasl ) skey? ( >=sys-auth/skey-1.1.5-r1 ) -- cgit v1.2.3-65-gdbad