diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-26 17:07:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-26 17:07:19 +0000 |
commit | 2b3d7fc09b85338f65b5e4136c5c5199b61df578 (patch) | |
tree | 938f0e2d41a6e0c6037d55b284fe7ba7e4586827 | |
parent | Fix jar-from call to match *DEPEND. (diff) | |
download | gentoo-2-2b3d7fc09b85338f65b5e4136c5c5199b61df578.tar.gz gentoo-2-2b3d7fc09b85338f65b5e4136c5c5199b61df578.tar.bz2 gentoo-2-2b3d7fc09b85338f65b5e4136c5c5199b61df578.zip |
alpha stable wrt #178553
(Portage version: 2.1.2.7)
-rw-r--r-- | dev-util/desktop-file-utils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/desktop-file-utils/desktop-file-utils-0.12.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/desktop-file-utils/ChangeLog b/dev-util/desktop-file-utils/ChangeLog index 598fee748770..ba167251a919 100644 --- a/dev-util/desktop-file-utils/ChangeLog +++ b/dev-util/desktop-file-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/desktop-file-utils # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.53 2007/05/26 16:11:17 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/ChangeLog,v 1.54 2007/05/26 17:07:19 armin76 Exp $ + + 26 May 2007; Raúl Porcel <armin76@gentoo.org> + desktop-file-utils-0.12.ebuild: + alpha stable wrt #178553 26 May 2007; Peter Weller <welp@gentoo.org> desktop-file-utils-0.12.ebuild: diff --git a/dev-util/desktop-file-utils/desktop-file-utils-0.12.ebuild b/dev-util/desktop-file-utils/desktop-file-utils-0.12.ebuild index 050e8623f6d5..7d0550317428 100644 --- a/dev-util/desktop-file-utils/desktop-file-utils-0.12.ebuild +++ b/dev-util/desktop-file-utils/desktop-file-utils-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.12.ebuild,v 1.8 2007/05/26 16:11:17 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/desktop-file-utils/desktop-file-utils-0.12.ebuild,v 1.9 2007/05/26 17:07:19 armin76 Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.freedesktop.org/software/desktop-file-utils/releases/${P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RDEPEND=">=dev-libs/glib-2.6.0" |