summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-12 21:58:27 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-13 07:05:10 +0000
commit637b0685ca37047527a373796658b8497b4cfe80 (patch)
tree92f7daa39d20708c95b525158c72a044b7416971 /app-crypt/envchain/envchain-1.0.0.ebuild
parentapp-shells/bash: add EPREFIX to the paths. (diff)
downloadgentoo-637b0685ca37047527a373796658b8497b4cfe80.tar.gz
gentoo-637b0685ca37047527a373796658b8497b4cfe80.tar.bz2
gentoo-637b0685ca37047527a373796658b8497b4cfe80.zip
app-crypt/envchain: Rework ebuild a bit. Add proxy-maint@ to metadata.xml.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-crypt/envchain/envchain-1.0.0.ebuild')
-rw-r--r--app-crypt/envchain/envchain-1.0.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/app-crypt/envchain/envchain-1.0.0.ebuild b/app-crypt/envchain/envchain-1.0.0.ebuild
index c223ad52646b..54368e4700e7 100644
--- a/app-crypt/envchain/envchain-1.0.0.ebuild
+++ b/app-crypt/envchain/envchain-1.0.0.ebuild
@@ -4,9 +4,9 @@
EAPI=6
-DESCRIPTION="Set environment variables with OS X keychain or D-Bus Secret Service"
+DESCRIPTION="Save environment variables in a secret vault"
HOMEPAGE="https://github.com/sorah/envchain"
-SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/sorah/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -14,9 +14,9 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="
-sys-libs/readline:*
-app-crypt/libsecret
-"
+ sys-libs/readline:0=
+ app-crypt/libsecret"
+
RDEPEND="${DEPEND}"
src_install() {