diff options
author | James Le Cuirot <chewi@gentoo.org> | 2018-10-14 08:33:16 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-10-14 08:35:04 +0100 |
commit | fc1c018760c8b6d1aa64bcccc9e360d3c570fe08 (patch) | |
tree | 30d53df9b5011996c0a803029f4970e420af6e9f /games-util | |
parent | Alpha: mark the 17.0 profile stable (diff) | |
download | gentoo-fc1c018760c8b6d1aa64bcccc9e360d3c570fe08.tar.gz gentoo-fc1c018760c8b6d1aa64bcccc9e360d3c570fe08.tar.bz2 gentoo-fc1c018760c8b6d1aa64bcccc9e360d3c570fe08.zip |
games-util/lgogdownloader: Drop debug USE flag
It doesn't actually do anything. I can't remember why I enabled it by
default. There are some debug messages in the code but the eclass only
unsets the DEBUG macro, it never sets it.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-3.4.ebuild | 3 | ||||
-rw-r--r-- | games-util/lgogdownloader/lgogdownloader-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild index 213bca2a9420..bcd778da72fe 100644 --- a/games-util/lgogdownloader/lgogdownloader-3.4.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-3.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,6 @@ SRC_URI="https://sites.google.com/site/gogdownloader/${P}.tar.gz" LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+debug" RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= dev-cpp/htmlcxx:0= diff --git a/games-util/lgogdownloader/lgogdownloader-9999.ebuild b/games-util/lgogdownloader/lgogdownloader-9999.ebuild index 478ab0eee166..a04e8bc6c49e 100644 --- a/games-util/lgogdownloader/lgogdownloader-9999.ebuild +++ b/games-util/lgogdownloader/lgogdownloader-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,6 @@ HOMEPAGE="https://sites.google.com/site/gogdownloader/" EGIT_REPO_URI="https://github.com/Sude-/lgogdownloader.git" LICENSE="WTFPL-2" SLOT="0" -IUSE="+debug" RDEPEND=">=app-crypt/rhash-1.3.3-r2:0= dev-cpp/htmlcxx:0= |