## original ## IUSE="debug doc pam systemd" COMMON_DEPEND=" .......... ${PYTHON_DEPS} pam? ( virtual/pam ) systemd? ( >=sys-apps/systemd-31:0= ) " ........ src_configure() { gnome2_src_configure \ $(usex debug --enable-debug ' ') \ ..... } ## my ## IUSE="debug doc pam systemd xinerama" COMMON_DEPEND=" .......... ${PYTHON_DEPS} pam? ( virtual/pam ) systemd? ( >=sys-apps/systemd-31:0= ) xinerama? ( x11-libs/libXinerama ) " ........ src_configure() { gnome2_src_configure \ $(usex debug --enable-debug ' ') \ $(use_enable xinerama) ..... } Thanks
Thanks for your report. You can help get your changes easier to review and faster to tree if you attach them as unified diffs over the latest ebuild rather than inline snippets.
Created attachment 503402 [details] cinnamon-screensaver-3.4.2.ebuild i can provide full my ebuild
(In reply to cronolio from comment #2) > Created attachment 503402 [details] > cinnamon-screensaver-3.4.2.ebuild > > i can provide full my ebuild It is always better to provide a git format-patch for a revision bump including a proper commit message.
(In reply to Kristian Fiskerstrand from comment #3) > (In reply to cronolio from comment #2) > > Created attachment 503402 [details] > > cinnamon-screensaver-3.4.2.ebuild > > > > i can provide full my ebuild > > It is always better to provide a git format-patch for a revision bump > including a proper commit message. when i will know git.. of course. and i'm not sure about each line of my ebuild. take it like user-level ebuild
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0161e52577c0d12c50854c6e2441f2d7ebd7a4e5 commit 0161e52577c0d12c50854c6e2441f2d7ebd7a4e5 Author: Kristian Fiskerstrand <k_f@gentoo.org> AuthorDate: 2017-11-28 19:51:48 +0000 Commit: Kristian Fiskerstrand <k_f@gentoo.org> CommitDate: 2017-11-28 19:52:06 +0000 gnome-extra/cinnamon-screensaver: Add xinerama use flag Thanks-To: cronolio Bug: https://bugs.gentoo.org/636924 Package-Manager: Portage-2.3.13, Repoman-2.3.3 .../cinnamon-screensaver-3.6.1-r1.ebuild | 93 ++++++++++++++++++++++ 1 file changed, 93 insertions(+)}