diff options
author | 2024-02-17 16:05:01 -0500 | |
---|---|---|
committer | 2024-02-17 16:05:01 -0500 | |
commit | 90c9291048db83df201222e3745e5748b4ca1493 (patch) | |
tree | d0c5a11c7f6dd31a99e96bc1fb269b798785fd27 /app-crypt | |
parent | app-crypt/tang: drop 13 (diff) | |
download | guru-90c9291048db83df201222e3745e5748b4ca1493.tar.gz guru-90c9291048db83df201222e3745e5748b4ca1493.tar.bz2 guru-90c9291048db83df201222e3745e5748b4ca1493.zip |
app-crypt/tang: remove empty variable
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/tang/tang-14.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-crypt/tang/tang-14.ebuild b/app-crypt/tang/tang-14.ebuild index 1b055c35e..aa34777ab 100644 --- a/app-crypt/tang/tang-14.ebuild +++ b/app-crypt/tang/tang-14.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,6 @@ SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -IUSE="" DEPEND="acct-user/tang net-misc/socat |