diff options
author | 2021-03-04 07:39:02 +0000 | |
---|---|---|
committer | 2021-03-05 18:00:36 +0000 | |
commit | abd4551ee8daa8d4ec8fa8999ca7454c5fb04f4f (patch) | |
tree | 0e8d9868065ce1fd06b4666f375652347bca8aa3 /app-crypt | |
parent | media-gfx/svg2rlg: fix RedundantLongDescription (diff) | |
download | gentoo-abd4551ee8daa8d4ec8fa8999ca7454c5fb04f4f.tar.gz gentoo-abd4551ee8daa8d4ec8fa8999ca7454c5fb04f4f.tar.bz2 gentoo-abd4551ee8daa8d4ec8fa8999ca7454c5fb04f4f.zip |
app-crypt/asedriveiiie-serial: fix RedundantDodir, block structure
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild index 3df8cf53aac3..619127885120 100644 --- a/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild +++ b/app-crypt/asedriveiiie-serial/asedriveiiie-serial-3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,9 +6,11 @@ EAPI=7 DESCRIPTION="ASEDriveIIIe Serial Card Reader" HOMEPAGE="https://www.athena-scs.com" SRC_URI="http://www.athena-scs.com/downloads/${P}.tar.bz2" + LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" + RDEPEND=">=sys-apps/pcsc-lite-1.3.0" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" @@ -18,7 +20,6 @@ src_install() { local conf="/etc/reader.conf.d/${PN}.conf" - dodir "$(dirname "${conf}")" insinto "$(dirname "${conf}")" newins "etc/reader.conf" "$(basename "${conf}")" } |