summaryrefslogtreecommitdiff
path: root/x11-misc/slop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /x11-misc/slop
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'x11-misc/slop')
-rw-r--r--x11-misc/slop/Manifest2
-rw-r--r--x11-misc/slop/slop-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest
index 042f6c548228..d7070526e109 100644
--- a/x11-misc/slop/Manifest
+++ b/x11-misc/slop/Manifest
@@ -1,4 +1,4 @@
DIST slop-7.4.tar.gz 50079 BLAKE2B 20815270bf1bffe0ef26630fd31d0d4cc7261633cef389e64c232a89033b6e8b5e1651fb5c882e2870808107734c4c088123b85675fa2aae932570d770344dc8 SHA512 13d09c2c9f05760ee0a273edb6d40da8a87989d3f071a8c868a0c7e535ba89b9eb934c79d56212cd689687f86e3683cef1b749ef7b37be3805ea8eb05c796e58
EBUILD slop-7.4.ebuild 841 BLAKE2B e9d7a1c367746cf7755c53e6e67b49350636a9e492fb4925227301e3bbd75b7fff0305cdcb5d44c0d68545677770b5cc286e9762c68da9175379bb4b0856cb04 SHA512 2d488df26b6f1c39539d9eba88baa621a6166b53b30ec30d68bda1eb617dbd9da5b17d74a2fffc5193012141e1e3a68c180ed6d62d3703dd26d35eab4410e078
-EBUILD slop-9999.ebuild 797 BLAKE2B 78e0a6bb8ed79c037cd209671a436e47410aeea2550494b6667a64c6cb32754edabc2c5aaec61ce49254e2b74a018f69f293e37c37c4701c2807a485e80d6b2a SHA512 a22aface2e5fac1b91800f5eae0aaa6e4a7747396a652e1928d2d9949b09c30f6557f6e7944e1f0a18a728b2477e4d3835b63f2ab99c6a70010232b4120f9074
+EBUILD slop-9999.ebuild 785 BLAKE2B c61b4f4211e3b7422e8c8dd4e66e6a67400a376625cb310107086ea39f1c9f4373e049ed7f3ddf9de882be2273ceb83c04cb0735bb8edf3eae0248737b5c8d24 SHA512 abb85f52dcbebb07eab88e596771be6549bb96eba5a09dc3f2912991ac01ab9c67a80c8b86b17cb97ce1f30b47cb2d1e2dffb98a6ae37661abe3be4b0d4bfbc1
MISC metadata.xml 630 BLAKE2B dbf7d848908c12d7104c7cd18cd2ca16114073803bd4600e10906a1fc4f86ddeb646359d26885551d998a279d1e11f0d74ad21b135e14a2bea827ef21ade15f7 SHA512 98eea5cce0e8a692076b5cb423a2f0522151d716ef0c9f346e915bfee8590d32dab59c183180ea7f87561bfb92e3840ad710f890a734640173bbcd471d779b0e
diff --git a/x11-misc/slop/slop-9999.ebuild b/x11-misc/slop/slop-9999.ebuild
index efec20aaad05..59a8423ff8f0 100644
--- a/x11-misc/slop/slop-9999.ebuild
+++ b/x11-misc/slop/slop-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit cmake-utils
+inherit cmake
DESCRIPTION="Application that queries the user for a selection for printing"
HOMEPAGE="https://github.com/naelstrof/slop"
@@ -37,5 +37,5 @@ src_configure() {
local mycmakeargs=(
-DSLOP_OPENGL=$(usex opengl)
)
- cmake-utils_src_configure
+ cmake_src_configure
}