diff options
author | 2018-06-24 17:09:59 +0200 | |
---|---|---|
committer | 2018-06-24 18:53:05 +0200 | |
commit | 9a30fccd964a2a65d375fb2032cf2188a198be57 (patch) | |
tree | 61c3cf5280b009b67b5e2f7d74dfc0cd36ddd99f /x11-misc/sct | |
parent | dev-lang/scala-bin: stable for amd64+x86. (diff) | |
download | gentoo-9a30fccd964a2a65d375fb2032cf2188a198be57.tar.gz gentoo-9a30fccd964a2a65d375fb2032cf2188a198be57.tar.bz2 gentoo-9a30fccd964a2a65d375fb2032cf2188a198be57.zip |
x11-misc/sct: stable for amd64+x86.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-misc/sct')
-rw-r--r-- | x11-misc/sct/sct-0.4.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/sct/sct-0.4.ebuild b/x11-misc/sct/sct-0.4.ebuild index f7784edbf7b8..e19debd35a48 100644 --- a/x11-misc/sct/sct-0.4.ebuild +++ b/x11-misc/sct/sct-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,10 +9,13 @@ SRC_URI="https://www.umaxx.net/dl/${P}.tar.gz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" -DEPEND="x11-libs/libXrandr" -RDEPEND="${DEPEND}" +DEPEND=" + x11-libs/libXrandr" + +RDEPEND=" + ${DEPEND}" src_prepare() { default |