diff options
author | 2009-07-11 11:02:04 +0000 | |
---|---|---|
committer | 2009-07-11 11:02:04 +0000 | |
commit | dd2ae3797197ceafeac3cf6e1c8362b1ae9ba456 (patch) | |
tree | 9c5e5d50e795ca10c7e7a62b2f155bb8f633fd7a /x11-misc/tint2 | |
parent | Version bump. Remove some older testing versions. (diff) | |
download | gentoo-2-dd2ae3797197ceafeac3cf6e1c8362b1ae9ba456.tar.gz gentoo-2-dd2ae3797197ceafeac3cf6e1c8362b1ae9ba456.tar.bz2 gentoo-2-dd2ae3797197ceafeac3cf6e1c8362b1ae9ba456.zip |
Add x11-proto/xineramaproto dependency, fixes bug 276994, thanks to Nathan Zachary <kalos@gentoo.org>.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/tint2')
-rw-r--r-- | x11-misc/tint2/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/tint2/tint2-0.7.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/tint2/ChangeLog b/x11-misc/tint2/ChangeLog index ef8a6147711f..317b7a1e34c4 100644 --- a/x11-misc/tint2/ChangeLog +++ b/x11-misc/tint2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/tint2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.4 2009/07/02 20:11:19 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/ChangeLog,v 1.5 2009/07/11 11:02:04 idl0r Exp $ + + 11 Jul 2009; Christian Ruppert <idl0r@gentoo.org> tint2-0.7.ebuild: + Add x11-proto/xineramaproto dependency, fixes bug 276994, thanks to Nathan + Zachary <kalos@gentoo.org>. 02 Jul 2009; Christian Ruppert <idl0r@gentoo.org> tint2-0.7.ebuild: Fixed dependency. diff --git a/x11-misc/tint2/tint2-0.7.ebuild b/x11-misc/tint2/tint2-0.7.ebuild index ce613d244197..6b0b0e84ac20 100644 --- a/x11-misc/tint2/tint2-0.7.ebuild +++ b/x11-misc/tint2/tint2-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild,v 1.2 2009/07/02 20:11:19 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/tint2/tint2-0.7.ebuild,v 1.3 2009/07/11 11:02:04 idl0r Exp $ EAPI="2" @@ -20,7 +20,8 @@ RDEPEND="dev-libs/glib:2 x11-libs/libXinerama media-libs/imlib2[X]" DEPEND="${RDEPEND} - dev-util/pkgconfig" + dev-util/pkgconfig + x11-proto/xineramaproto" src_configure() { econf $(use_enable battery) \ |