diff options
author | Olivier Crête <tester@gentoo.org> | 2008-01-07 23:07:12 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2008-01-07 23:07:12 +0000 |
commit | cb4a5dbeb6e519acc424f2dbd10de095f78e0bc0 (patch) | |
tree | 337c55ded95c4113797535e038914b8aff32c765 /x11-plugins | |
parent | Stable on amd64, bug #204653. (diff) | |
download | gentoo-2-cb4a5dbeb6e519acc424f2dbd10de095f78e0bc0.tar.gz gentoo-2-cb4a5dbeb6e519acc424f2dbd10de095f78e0bc0.tar.bz2 gentoo-2-cb4a5dbeb6e519acc424f2dbd10de095f78e0bc0.zip |
Add inherit eutils for built_with_use
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/guifications/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.14.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/guifications/guifications-2.16.ebuild | 4 |
3 files changed, 11 insertions, 3 deletions
diff --git a/x11-plugins/guifications/ChangeLog b/x11-plugins/guifications/ChangeLog index 6ae3b3f7eb7a..1f6e1374b7f4 100644 --- a/x11-plugins/guifications/ChangeLog +++ b/x11-plugins/guifications/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/guifications # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.53 2008/01/07 05:14:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/ChangeLog,v 1.54 2008/01/07 23:07:12 tester Exp $ + + 07 Jan 2008; <tester@gentoo.org> guifications-2.14.ebuild, + guifications-2.16.ebuild: + Add inherit eutils for built_with_use 07 Jan 2008; <tester@gentoo.org> guifications-2.14.ebuild, guifications-2.16.ebuild: diff --git a/x11-plugins/guifications/guifications-2.14.ebuild b/x11-plugins/guifications/guifications-2.14.ebuild index 038e2d2eb1ac..77ae450c154f 100644 --- a/x11-plugins/guifications/guifications-2.14.ebuild +++ b/x11-plugins/guifications/guifications-2.14.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild,v 1.8 2008/01/07 05:14:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.14.ebuild,v 1.9 2008/01/07 23:07:12 tester Exp $ + +inherit eutils MY_PN=pidgin-${PN} MY_PV=${PV/_beta/beta} diff --git a/x11-plugins/guifications/guifications-2.16.ebuild b/x11-plugins/guifications/guifications-2.16.ebuild index 38313f185a34..933a0c9a4bec 100644 --- a/x11-plugins/guifications/guifications-2.16.ebuild +++ b/x11-plugins/guifications/guifications-2.16.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.16.ebuild,v 1.2 2008/01/07 05:14:09 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/guifications/guifications-2.16.ebuild,v 1.3 2008/01/07 23:07:12 tester Exp $ + +inherit eutils MY_PN=pidgin-${PN} MY_PV=${PV/_beta/beta} |