diff options
Diffstat (limited to 'x11-misc/slop')
-rw-r--r-- | x11-misc/slop/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/slop/slop-9999.ebuild | 13 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-misc/slop/Manifest b/x11-misc/slop/Manifest index ea3e8a6bf121..042f6c548228 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 841 BLAKE2B e9d7a1c367746cf7755c53e6e67b49350636a9e492fb4925227301e3bbd75b7fff0305cdcb5d44c0d68545677770b5cc286e9762c68da9175379bb4b0856cb04 SHA512 2d488df26b6f1c39539d9eba88baa621a6166b53b30ec30d68bda1eb617dbd9da5b17d74a2fffc5193012141e1e3a68c180ed6d62d3703dd26d35eab4410e078 +EBUILD slop-9999.ebuild 797 BLAKE2B 78e0a6bb8ed79c037cd209671a436e47410aeea2550494b6667a64c6cb32754edabc2c5aaec61ce49254e2b74a018f69f293e37c37c4701c2807a485e80d6b2a SHA512 a22aface2e5fac1b91800f5eae0aaa6e4a7747396a652e1928d2d9949b09c30f6557f6e7944e1f0a18a728b2477e4d3835b63f2ab99c6a70010232b4120f9074 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 a61629c541d3..efec20aaad05 100644 --- a/x11-misc/slop/slop-9999.ebuild +++ b/x11-misc/slop/slop-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -: ${CMAKE_MAKEFILE_GENERATOR:=ninja} inherit cmake-utils -DESCRIPTION="An application that queries the user for a selection for printing" +DESCRIPTION="Application that queries the user for a selection for printing" HOMEPAGE="https://github.com/naelstrof/slop" if [[ ${PV} == *9999 ]]; then @@ -30,9 +29,9 @@ RDEPEND=" virtual/opengl x11-libs/libXrender:= )" -DEPEND=" - ${RDEPEND} - media-libs/glm" +DEPEND="${RDEPEND} + media-libs/glm +" src_configure() { local mycmakeargs=( |