diff options
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/xastir/xastir-2.0.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog index 1e3959bfaa5f..96306e87cfe9 100644 --- a/media-radio/xastir/ChangeLog +++ b/media-radio/xastir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/xastir # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.25 2012/09/06 16:01:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.26 2012/09/06 19:30:50 tomjbe Exp $ + + 06 Sep 2012; Thomas Beierlein <tomjbe@gentoo.org> xastir-2.0.0-r2.ebuild: + Add missing RDEPENDS. Thanks ago. 06 Sep 2012; Agostino Sarubbo <ago@gentoo.org> xastir-2.0.0-r2.ebuild: Stable for amd64, wrt bug #432988 diff --git a/media-radio/xastir/xastir-2.0.0-r2.ebuild b/media-radio/xastir/xastir-2.0.0-r2.ebuild index 26362f3fe854..d2d4efb3c207 100644 --- a/media-radio/xastir/xastir-2.0.0-r2.ebuild +++ b/media-radio/xastir/xastir-2.0.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild,v 1.4 2012/09/06 16:01:41 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-2.0.0-r2.ebuild,v 1.5 2012/09/06 19:30:50 tomjbe Exp $ EAPI=2 inherit autotools eutils @@ -15,6 +15,8 @@ KEYWORDS="amd64 ~x86" IUSE="festival gdal geotiff graphicsmagick" DEPEND=">=x11-libs/openmotif-2.3:0 + x11-libs/libXt + x11-libs/libX11 x11-libs/libXpm x11-apps/xfontsel dev-libs/libpcre |