diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 09:22:58 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 09:22:58 +0000 |
commit | 706ca9b97cfc48875c3fc1503bd68a129e24d0fc (patch) | |
tree | 9d401431bdd05ef4cfab667a24a0163c06902dbd /media-libs | |
parent | Stable for x86, wrt bug #551814 (diff) | |
download | gentoo-2-706ca9b97cfc48875c3fc1503bd68a129e24d0fc.tar.gz gentoo-2-706ca9b97cfc48875c3fc1503bd68a129e24d0fc.tar.bz2 gentoo-2-706ca9b97cfc48875c3fc1503bd68a129e24d0fc.zip |
Stable for x86, wrt bug #551814
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/gst-rtsp-server/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/gst-rtsp-server/gst-rtsp-server-1.4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gst-rtsp-server/ChangeLog b/media-libs/gst-rtsp-server/ChangeLog index 908ceb33bab5..922c5d027246 100644 --- a/media-libs/gst-rtsp-server/ChangeLog +++ b/media-libs/gst-rtsp-server/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gst-rtsp-server # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog,v 1.18 2015/06/21 14:12:02 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/ChangeLog,v 1.19 2015/06/26 09:22:58 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> gst-rtsp-server-1.4.5.ebuild: + Stable for x86, wrt bug #551814 21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> gst-rtsp-server-1.4.5.ebuild: amd64 stable wrt bug #551814 diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.4.5.ebuild b/media-libs/gst-rtsp-server/gst-rtsp-server-1.4.5.ebuild index 2ea870cc89e1..d61fd3262aa9 100644 --- a/media-libs/gst-rtsp-server/gst-rtsp-server-1.4.5.ebuild +++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-1.4.5.ebuild,v 1.2 2015/06/21 14:12:02 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-rtsp-server/gst-rtsp-server-1.4.5.ebuild,v 1.3 2015/06/26 09:22:58 ago Exp $ EAPI=5 @@ -10,7 +10,7 @@ DESCRIPTION="A GStreamer based RTSP server" HOMEPAGE="http://people.freedesktop.org/~wtay/" LICENSE="LGPL-2" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="examples +introspection static-libs test" # FIXME: check should depend on USE=test but check is losy |