diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-07-18 22:27:48 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-07-18 22:27:48 -0400 |
commit | 861b1e40e88f18e781ea75c258773efaf8494671 (patch) | |
tree | 186ef3cd52714f745d2f943d01b3859d18480e15 /x11-apps | |
parent | 7269e80e0bc8acd9a0e004909f405d48327eab35 (diff) | |
download | gentoo-overlay-861b1e40e88f18e781ea75c258773efaf8494671.tar.xz gentoo-overlay-861b1e40e88f18e781ea75c258773efaf8494671.zip |
x11-apps/sx: update
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/sx/sx-2.1.7.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-apps/sx/sx-2.1.7.ebuild b/x11-apps/sx/sx-2.1.7.ebuild index c43076d..15239e1 100644 --- a/x11-apps/sx/sx-2.1.7.ebuild +++ b/x11-apps/sx/sx-2.1.7.ebuild @@ -18,10 +18,15 @@ fi LICENSE="MIT" SLOT="0" +RDEPEND=" + x11-apps/xauth + x11-base/xorg-server[xorg] +" + src_compile() { : } src_install() { - emake PREFIX=/usr DESTDIR="${D}" install + emake PREFIX=${EPREFIX}/usr DESTDIR="${D}" install } |