mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-cpp/cpptrace: Fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
@@ -11,9 +11,9 @@ SRC_URI="https://github.com/jeremy-rifkin/${PN}/archive/refs/tags/v${PV}.tar.gz
|
|||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
KEYWORDS="~amd64"
|
|
||||||
|
|
||||||
DEPEND="dev-libs/libdwarf
|
DEPEND="dev-libs/libdwarf
|
||||||
test? ( dev-cpp/gtest )"
|
test? ( dev-cpp/gtest )"
|
||||||
|
|||||||
Reference in New Issue
Block a user