diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 15:24:22 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 15:24:22 +0000 |
commit | 9c5e3f1e6bfb0e7d05001a9a336e5601693f1fd1 (patch) | |
tree | 0abf7f9bcfd02be673932770331784deb9157685 /media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.2.4.ebuild | |
parent | Switch to python-r1 and fix bug #506780 (diff) | |
download | historical-9c5e3f1e6bfb0e7d05001a9a336e5601693f1fd1.tar.gz historical-9c5e3f1e6bfb0e7d05001a9a336e5601693f1fd1.tar.bz2 historical-9c5e3f1e6bfb0e7d05001a9a336e5601693f1fd1.zip |
Version bump, drop old
Package-Manager: portage-2.2.10/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.2.4.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.2.4.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.2.4.ebuild b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.2.4.ebuild new file mode 100644 index 000000000000..8f5d43d3ef3f --- /dev/null +++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.2.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.2.4.ebuild,v 1.1 2014/05/31 15:08:46 pacho Exp $ + +EAPI="5" + +inherit gst-plugins-ugly + +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=media-libs/libsidplay-1.3:1" +DEPEND="${RDEPEND}" |