diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:18:15 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-03-26 00:46:33 +0300 |
commit | f9e4b4d17cab90fd1a7bd5aae21cd5faef995868 (patch) | |
tree | e9daac7fde5322127ad0ed10278f516ba10a117a /sys-apps/pcsc-lite | |
parent | sys-apps/pcsc-slb-rf72-drv: remove eutils (diff) | |
download | gentoo-f9e4b4d17cab90fd1a7bd5aae21cd5faef995868.tar.gz gentoo-f9e4b4d17cab90fd1a7bd5aae21cd5faef995868.tar.bz2 gentoo-f9e4b4d17cab90fd1a7bd5aae21cd5faef995868.zip |
sys-apps/pcsc-lite: remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/pcsc-lite')
-rw-r--r-- | sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild index b8f373aa1c1e..935b738b30cf 100644 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.20.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) -inherit eutils python-single-r1 systemd udev user multilib-minimal +inherit python-single-r1 systemd udev user multilib-minimal DESCRIPTION="PC/SC Architecture smartcard middleware library" HOMEPAGE="http://pcsclite.alioth.debian.org/" |