diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-12-03 22:00:23 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-12-03 22:00:23 +0000 |
commit | 9be19cf4e29d453f1bc6489cd904edc7a05389cc (patch) | |
tree | 2072c6566837c4d73a0873b867b5aabfb41775e8 /xfce-extra | |
parent | Fix LICENSE (bug #445866 by ulm). (diff) | |
download | gentoo-2-9be19cf4e29d453f1bc6489cd904edc7a05389cc.tar.gz gentoo-2-9be19cf4e29d453f1bc6489cd904edc7a05389cc.tar.bz2 gentoo-2-9be19cf4e29d453f1bc6489cd904edc7a05389cc.zip |
Add ~x86-fbsd wrt #236834
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/thunar-media-tags-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/xfce-extra/thunar-media-tags-plugin/ChangeLog b/xfce-extra/thunar-media-tags-plugin/ChangeLog index a3e3751d6f05..70dc7878e36f 100644 --- a/xfce-extra/thunar-media-tags-plugin/ChangeLog +++ b/xfce-extra/thunar-media-tags-plugin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/thunar-media-tags-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v 1.10 2012/11/28 12:18:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/ChangeLog,v 1.11 2012/12/03 22:00:23 naota Exp $ + + 03 Dec 2012; <naota@gentoo.org> thunar-media-tags-plugin-0.2.0.ebuild: + Add ~x86-fbsd wrt #236834 28 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> thunar-media-tags-plugin-0.2.0.ebuild: @@ -17,4 +20,3 @@ +files/thunar-media-tags-plugin-0.2.0-linkorder.patch: Initial commit (or rather restore the ebuild since it was only now ported to Xfce 4.8.x) - diff --git a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild index 212f25e9685e..87db15d8b1b1 100644 --- a/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild +++ b/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.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/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild,v 1.3 2012/11/28 12:18:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-media-tags-plugin/thunar-media-tags-plugin-0.2.0.ebuild,v 1.4 2012/12/03 22:00:23 naota Exp $ EAPI=5 EAUTORECONF=yes @@ -12,7 +12,7 @@ SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="debug" RDEPEND=">=media-libs/taglib-1.6 |