diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-21 11:39:57 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-21 11:40:15 +0200 |
commit | 5e18c489b133481effeda89cece194b3f4eeeca7 (patch) | |
tree | 1e6b6af9aac8c06eb0bb3e7c5c87aace01489798 /games-arcade | |
parent | games-arcade/amphetamine: Fix C++17 does not allow register (diff) | |
download | gentoo-5e18c489b133481effeda89cece194b3f4eeeca7.tar.gz gentoo-5e18c489b133481effeda89cece194b3f4eeeca7.tar.bz2 gentoo-5e18c489b133481effeda89cece194b3f4eeeca7.zip |
games-arcade/amphetamine: fix QA warnings
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild index 16ab4e7c209f..073cf4fa74e1 100644 --- a/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild +++ b/games-arcade/amphetamine/amphetamine-0.8.10-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,14 +15,12 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" media-libs/libsdl[sound,video] x11-libs/libXpm " DEPEND="${RDEPEND}" -BDEPEND="" PATCHES=( "${FILESDIR}"/${P}-build.patch |