diff options
author | Robert Buchholz <rbu@gentoo.org> | 2008-01-04 23:03:22 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2008-01-04 23:03:22 +0000 |
commit | 7eac23e2fcb255b820559c77967f9ea585128870 (patch) | |
tree | 7d10d10a7e0ab5fc0b8e23d76fcb16bb8ad4509a /x11-drivers | |
parent | Change djbdbs license to public domain and fix unquoted vars. (diff) | |
download | gentoo-2-7eac23e2fcb255b820559c77967f9ea585128870.tar.gz gentoo-2-7eac23e2fcb255b820559c77967f9ea585128870.tar.bz2 gentoo-2-7eac23e2fcb255b820559c77967f9ea585128870.zip |
Split up tcltk use flag. Regressed back in from the bug's ebuild.
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/linuxwacom/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-drivers/linuxwacom/ChangeLog b/x11-drivers/linuxwacom/ChangeLog index 985d42afc216..71312d6f66f9 100644 --- a/x11-drivers/linuxwacom/ChangeLog +++ b/x11-drivers/linuxwacom/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/linuxwacom -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.12 2007/12/30 16:09:28 rbu Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/ChangeLog,v 1.13 2008/01/04 23:03:22 rbu Exp $ + + 04 Jan 2008; Robert Buchholz <rbu@gentoo.org> linuxwacom-0.7.8_p3.ebuild: + Split up tcltk use flag. Regressed back in from the bug's ebuild. *linuxwacom-0.7.8_p3 (30 Dec 2007) diff --git a/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild b/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild index c0a2a94df8b6..a1d95bbb6b68 100644 --- a/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild +++ b/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild,v 1.1 2007/12/30 16:09:28 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.7.8_p3.ebuild,v 1.2 2008/01/04 23:03:22 rbu Exp $ inherit eutils autotools @@ -19,7 +19,8 @@ RDEPEND="|| ( ( x11-proto/inputproto virtual/x11 ) media-libs/libpixman gtk? ( >=x11-libs/gtk+-2 ) - tcltk? ( dev-lang/tcl dev-lang/tk ) + tcl? ( dev-lang/tcl ) + tk? ( dev-lang/tk ) sys-fs/udev sys-libs/ncurses" |