diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 07:35:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-11 07:35:41 +0000 |
commit | 95ba79bbf42c3fb310f4102329f300f8c700efb3 (patch) | |
tree | 75aa6cc3b65f4ca85afe6a3eec79c4466e1a853f /x11-misc | |
parent | add ~arm, bug #468854 (diff) | |
download | gentoo-2-95ba79bbf42c3fb310f4102329f300f8c700efb3.tar.gz gentoo-2-95ba79bbf42c3fb310f4102329f300f8c700efb3.tar.bz2 gentoo-2-95ba79bbf42c3fb310f4102329f300f8c700efb3.zip |
Fix inherit
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xcave/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xcave/xcave-2.4.0.ebuild | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/xcave/ChangeLog b/x11-misc/xcave/ChangeLog index d3e61410a3bc..888562963e3d 100644 --- a/x11-misc/xcave/ChangeLog +++ b/x11-misc/xcave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcave # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.5 2013/01/08 15:14:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/ChangeLog,v 1.6 2013/05/11 07:35:41 patrick Exp $ + + 11 May 2013; Patrick Lauer <patrick@gentoo.org> xcave-2.4.0.ebuild: + Fix inherit 08 Jan 2013; Jeroen Roovers <jer@gentoo.org> xcave-2.4.0.ebuild: Set RESTRICT=test (bug #450894). @@ -20,4 +23,3 @@ 20 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> +xcave-2.3.2.ebuild: Initial commit wrt #53890 by Arnaud Launay. - diff --git a/x11-misc/xcave/xcave-2.4.0.ebuild b/x11-misc/xcave/xcave-2.4.0.ebuild index 318128ed67da..e638164fb756 100644 --- a/x11-misc/xcave/xcave-2.4.0.ebuild +++ b/x11-misc/xcave/xcave-2.4.0.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/xcave-2.4.0.ebuild,v 1.2 2013/01/08 15:14:01 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcave/xcave-2.4.0.ebuild,v 1.3 2013/05/11 07:35:41 patrick Exp $ EAPI=4 -inherit autotools DESCRIPTION="View and manage contents of your wine cellar" HOMEPAGE="http://xcave.free.fr/index-en.php" |