Skip to content

Commit

Permalink
dev-cpp/libxmlpp: limit multilib features (drop doc)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 30, 2022
1 parent 0b4f665 commit d775780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-cpp/libxmlpp/libxmlpp-2.40.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ multilib_src_prepare() {

multilib_src_configure() {
ECONF_SOURCE="${S}" gnome2_src_configure \
$(use_enable doc documentation)
$(multilib_native_use_enable doc documentation)
}

multilib_src_install() {
Expand Down
4 changes: 2 additions & 2 deletions dev-cpp/libxmlpp/libxmlpp-3.0.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Expand Down Expand Up @@ -28,7 +28,7 @@ multilib_src_prepare() {

multilib_src_configure() {
ECONF_SOURCE="${S}" gnome2_src_configure \
$(use_enable doc documentation)
$(multilib_native_use_enable doc documentation)
}

multilib_src_install() {
Expand Down

0 comments on commit d775780

Please sign in to comment.