Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 188471
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Saleem Abdulrasool (RETIRED) <compnerd@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Katharina <katharina.neumaier@gmx.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 188471 depends on: Show dependency tree
Bug 188471 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-11 13:30 0000
There are use flags for all optional plugins except devhelp. Please add a use
flag for devhelp.

$ diff -u anjuta-2.2.0.ebuild.orig anjuta-2.2.0.ebuild
--- anjuta-2.2.0.ebuild.orig    2007-08-11 13:19:34.305689416 +0200
+++ anjuta-2.2.0.ebuild 2007-08-11 13:19:34.805660904 +0200
@@ -11,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="debug doc glade inherit-graph sourceview subversion valgrind"
+IUSE="debug devhelp doc glade inherit-graph sourceview subversion valgrind"

 RDEPEND=">=dev-libs/glib-2.8.0
         >=x11-libs/gtk+-2.8.0
@@ -27,7 +27,7 @@
         >=dev-libs/libxml2-2.4.23
         >=x11-libs/pango-1.1.1
         >=dev-libs/gdl-0.7.5
-        >=dev-util/devhelp-0.13
+        devhelp? ( >=dev-util/devhelp-0.13 )
         >=app-text/gnome-doc-utils-0.3.2
         >=dev-libs/gnome-build-0.1.6
         >=dev-libs/libpcre-5.0
@@ -57,7 +57,7 @@

 pkg_setup() {
        G2CONF="${G2CONF}
-               --enable-plugin-devhelp \
+               $(use_enable devhelp plugin-devhelp) \
                $(use_enable debug) \
                $(use_enable doc gtk-doc) \
                $(use_enable glade plugin-glade) \

The plugin will be built regardless of this use flag. Only the embedded help
browser is missing when this flag is not set.

Reproducible: Always

Steps to Reproduce:

------- Comment #1 From Saleem Abdulrasool (RETIRED) 2007-08-14 03:15:43 0000 -------
Done with 2.2.0-r1

------- Comment #2 From Katharina 2007-08-14 12:01:50 0000 -------
(In reply to comment #1)
> Done with 2.2.0-r1

Thank you!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug