diff options
author | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-11-19 18:50:42 +0000 |
---|---|---|
committer | Sergey Kuleshov <svyatogor@gentoo.org> | 2005-11-19 18:50:42 +0000 |
commit | 2c3555c8793ccb421a0382c5d6e513b947690e01 (patch) | |
tree | 707b10ca468706f79eaa7bec347a5a76f91422d2 /rox-extra/contacts | |
parent | Stable on SPARC wrt bug #112836. (diff) | |
download | historical-2c3555c8793ccb421a0382c5d6e513b947690e01.tar.gz historical-2c3555c8793ccb421a0382c5d6e513b947690e01.tar.bz2 historical-2c3555c8793ccb421a0382c5d6e513b947690e01.zip |
inherit rox should appear at the end
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'rox-extra/contacts')
-rw-r--r-- | rox-extra/contacts/contacts-0.8.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rox-extra/contacts/contacts-0.8.3.ebuild b/rox-extra/contacts/contacts-0.8.3.ebuild index 04b0df30ff29..3ecb19a19d41 100644 --- a/rox-extra/contacts/contacts-0.8.3.ebuild +++ b/rox-extra/contacts/contacts-0.8.3.ebuild @@ -1,8 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/contacts/contacts-0.8.3.ebuild,v 1.1 2005/10/06 16:05:39 svyatogor Exp $ - -inherit rox +# $Header: /var/cvsroot/gentoo-x86/rox-extra/contacts/contacts-0.8.3.ebuild,v 1.2 2005/11/19 18:46:22 svyatogor Exp $ DESCRIPTION="Contacts - The ROX Contact Manager" MY_PN="Contacts" @@ -16,3 +14,4 @@ ROX_LIB_VER=1.9.17 APPNAME=${MY_PN} S=${WORKDIR} +inherit rox |