Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150122 - gnome-base/gnome-applets-2.16.0.1 IUSE stickynotes and fix for
Summary: gnome-base/gnome-applets-2.16.0.1 IUSE stickynotes and fix for
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 15:43 UTC by INODE64 Sistemas
Modified: 2006-10-06 10:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description INODE64 Sistemas 2006-10-04 15:43:30 UTC
--- gnome-applets-2.16.0.1.ebuild.old	2006-10-04 00:05:52.000000000 +0200
+++ gnome-applets-2.16.0.1.ebuild	2006-10-05 00:41:10.000000000 +0200
@@ -10,7 +10,7 @@
 LICENSE="GPL-2 FDL-1.1 LGPL-2"
 SLOT="2"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="acpi apm doc gstreamer ipv6"
+IUSE="acpi apm doc gstreamer ipv6 stickynotes"
 
 RDEPEND=">=x11-libs/gtk+-2.6
 		>=dev-libs/glib-2.6
@@ -86,7 +86,7 @@
 		APPLETS="${APPLETS} stickynotes"
 	fi
 
-	for applet in $(APPLETS) ; do
+	for applet in ${APPLETS} ; do
 		docinto ${applet}
 
 		for d in AUTHORS ChangeLog NEWS README README.themes TODO ; do
Comment 1 Daniel Gryniewicz (RETIRED) gentoo-dev 2006-10-06 10:40:03 UTC
The stickynotes flag wasn't suppose to still be there, I've removed it.

Thanks for the APPLETs fix.